From a5929282a97a3862c2f77c45b8f5fd0dda50afc4 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Wed, 20 Oct 2004 21:16:56 +0000 Subject: (usage): Improve description of --prefix. Problem reported by Edward Welbourne. --- src/fmt.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/fmt.c') 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); -- cgit v1.2.3-54-g00ecf