fmt: remove the 'no file' sentence; the standard phrase is given below
authorBenno Schulenberg <bensberg@justemail.net>
Sat, 9 Aug 2008 13:43:32 +0000 (15:43 +0200)
committerJim Meyering <meyering@redhat.com>
Tue, 12 Aug 2008 18:38:37 +0000 (20:38 +0200)
Replace the sentence with a more useful explanation of -DIGITS.

src/fmt.c

index c1f6b22..60faac9 100644 (file)
--- a/src/fmt.c
+++ b/src/fmt.c
@@ -266,10 +266,10 @@ usage (int status)
             program_name);
   else
     {
-      printf (_("Usage: %s [-DIGITS] [OPTION]... [FILE]...\n"), program_name);
+      printf (_("Usage: %s [-WIDTH] [OPTION]... [FILE]...\n"), program_name);
       fputs (_("\
 Reformat each paragraph in the FILE(s), writing to standard output.\n\
-If no FILE or if FILE is `-', read standard input.\n\
+The option -WIDTH is an abbreviated form of --width=DIGITS.\n\
 \n\
 "), stdout);
       fputs (_("\