From 293fbd7f045802b2609964e6662238cdb41a9f60 Mon Sep 17 00:00:00 2001 From: Benno Schulenberg Date: Wed, 10 Aug 2011 21:06:07 +0200 Subject: [PATCH] ul: make usage() say that more than one input file is allowed Signed-off-by: Benno Schulenberg --- text-utils/ul.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.47.3