>From b22a05fb188d4eca0acd646fb81087a4367e5875 Mon Sep 17 00:00:00 2001 From: Benno Schulenberg Date: Sat, 9 Aug 2008 15:43:32 +0200 Subject: [PATCH] fmt: Remove the 'no file' sentence; the standard phrase is given below. Replace the sentence with a more useful explanation of -DIGITS. --- src/fmt.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/fmt.c b/src/fmt.c index c1f6b22..696fcfd 100644 --- a/src/fmt.c +++ b/src/fmt.c @@ -269,7 +269,7 @@ usage (int status) printf (_("Usage: %s [-DIGITS] [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 -DIGITS is an abbreviated form of --width=DIGITS.\n\ \n\ "), stdout); fputs (_("\ -- 1.5.6.4