]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
(usage): Improve description of --prefix.
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 20 Oct 2004 21:16:56 +0000 (21:16 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 20 Oct 2004 21:16:56 +0000 (21:16 +0000)
Problem reported by Edward Welbourne.

src/fmt.c

index be8390c5859b2a8201f1e5ada1756441991fc5da..392b9b5bab6262863c3c66fd1d88c654b559f7ce 100644 (file)
--- 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);