]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
ul: make usage() say that more than one input file is allowed
authorBenno Schulenberg <bensberg@justemail.net>
Wed, 10 Aug 2011 19:06:07 +0000 (21:06 +0200)
committerKarel Zak <kzak@redhat.com>
Mon, 15 Aug 2011 13:49:38 +0000 (15:49 +0200)
Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
text-utils/ul.c

index 9e08bc1f97d9535f015aded1abad5714d286e606..a52000b51bb3e1697a599c1393e1fba9cb1379cb 100644 (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"