From: Benno Schulenberg Date: Wed, 10 Aug 2011 19:06:07 +0000 (+0200) Subject: ul: make usage() say that more than one input file is allowed X-Git-Tag: v2.20-rc2~69 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=293fbd7f045802b2609964e6662238cdb41a9f60;p=thirdparty%2Futil-linux.git ul: make usage() say that more than one input file is allowed Signed-off-by: Benno Schulenberg --- diff --git a/text-utils/ul.c b/text-utils/ul.c index 9e08bc1f97..a52000b51b 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"