summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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);