summaryrefslogtreecommitdiff
path: root/src/fmt.c
diff options
context:
space:
mode:
authorBenno Schulenberg <bensberg@justemail.net>2008-08-09 15:43:32 +0200
committerJim Meyering <meyering@redhat.com>2008-08-12 20:38:37 +0200
commit5a74a2d566b58364f98d427e8038edb4c57b0bc4 (patch)
tree7bb5e35a07c8e62f92a44bfdd5d6d597fe940c2d /src/fmt.c
parent7ee3d2430add2b84efa1dee4a406e8c30d203fc3 (diff)
downloadcoreutils-5a74a2d566b58364f98d427e8038edb4c57b0bc4.tar.gz
fmt: remove the 'no file' sentence; the standard phrase is given below
Replace the sentence with a more useful explanation of -DIGITS.
Diffstat (limited to 'src/fmt.c')
-rw-r--r--src/fmt.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/fmt.c b/src/fmt.c
index c1f6b22f0..60faac9ef 100644
--- 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 (_("\