ul: make usage() say that more than one input file is allowed

Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
This commit is contained in:
Benno Schulenberg 2011-08-10 21:06:07 +02:00 committed by Karel Zak
parent 055da7c5e4
commit 293fbd7f04
1 changed files with 1 additions and 1 deletions

View File

@ -133,7 +133,7 @@ usage(FILE *out)
{
fprintf(out, _(
"\nUsage:\n"
" %s [options] [file]\n"), program_invocation_short_name);
" %s [options] [file...]\n"), program_invocation_short_name);
fprintf(out, _(
"\nOptions:\n"