diff options
author | Jim Meyering <jim@meyering.net> | 1995-05-20 11:41:13 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1995-05-20 11:41:13 +0000 |
commit | 0753cff4a1c7503a54da26e3a179e25cdb54db26 (patch) | |
tree | b18e40c0be866ff9851b0db83c637a225ca3cb2d | |
parent | 3bfa2eb8bb00808b045a8f4fd5bcd3e5b9146b3e (diff) | |
download | coreutils-0753cff4a1c7503a54da26e3a179e25cdb54db26.tar.xz |
(usage): Tweak wording.
-rw-r--r-- | src/fmt.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -275,7 +275,7 @@ usage (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 `-', standard input is read.\n\ +If no FILE or if FILE is `-', read standard input.\n\ \n\ Mandatory arguments to long options are mandatory for short options too.\n\ -c, --crown-margin preserve indentation of first two lines\n\ |