summaryrefslogtreecommitdiff
path: root/src/fmt.c
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2004-10-20 21:16:56 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2004-10-20 21:16:56 +0000
commita5929282a97a3862c2f77c45b8f5fd0dda50afc4 (patch)
treea82aa7ea24980f47f10f9d8f3c5fe6e7466bfc11 /src/fmt.c
parenta6976346b1c0d7297bd110f2b7ead25d3370013d (diff)
downloadcoreutils-a5929282a97a3862c2f77c45b8f5fd0dda50afc4.tar.xz
(usage): Improve description of --prefix.
Problem reported by Edward Welbourne.
Diffstat (limited to 'src/fmt.c')
-rw-r--r--src/fmt.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/fmt.c b/src/fmt.c
index be8390c58..392b9b5ba 100644
--- a/src/fmt.c
+++ b/src/fmt.c
@@ -281,7 +281,8 @@ Mandatory arguments to long options are mandatory for short options too.\n\
"), stdout);
fputs (_("\
-c, --crown-margin preserve indentation of first two lines\n\
- -p, --prefix=STRING combine only lines having STRING as prefix\n\
+ -p, --prefix=STRING reformat only lines beginning with STRING,\n\
+ reattaching the prefix to reformatted lines\n\
-s, --split-only split long lines, but do not refill\n\
"),
stdout);