diff options
author | Benno Schulenberg | 2011-08-10 21:06:07 +0200 |
---|---|---|
committer | Karel Zak | 2011-08-15 15:49:38 +0200 |
commit | 293fbd7f045802b2609964e6662238cdb41a9f60 (patch) | |
tree | 3846996f66e63327cd665d952015c5b2c662dcf3 /text-utils | |
parent | ul: in usage() not overwriting but overriding is meant (diff) | |
download | kernel-qcow2-util-linux-293fbd7f045802b2609964e6662238cdb41a9f60.tar.gz kernel-qcow2-util-linux-293fbd7f045802b2609964e6662238cdb41a9f60.tar.xz kernel-qcow2-util-linux-293fbd7f045802b2609964e6662238cdb41a9f60.zip |
ul: make usage() say that more than one input file is allowed
Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
Diffstat (limited to 'text-utils')
-rw-r--r-- | text-utils/ul.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/text-utils/ul.c b/text-utils/ul.c index 9e08bc1f9..a52000b51 100644 --- a/text-utils/ul.c +++ b/text-utils/ul.c @@ -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" |