summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1995-11-11 03:27:15 +0000
committerJim Meyering <jim@meyering.net>1995-11-11 03:27:15 +0000
commit5796c221a15d5fe12b6b948761815ca9321c9f2f (patch)
tree5af17769bcf2fc68812405fc92a563b9de68aac9 /src
parentdde28b7ffe3822a96ba07c6ebd58648850307773 (diff)
downloadcoreutils-5796c221a15d5fe12b6b948761815ca9321c9f2f.tar.xz
(usage): Clarify meaning of --spaces.
Diffstat (limited to 'src')
-rw-r--r--src/fold.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fold.c b/src/fold.c
index 584a301e5..114924e6b 100644
--- a/src/fold.c
+++ b/src/fold.c
@@ -77,7 +77,7 @@ Wrap input lines in each FILE (standard input by default), writing to\n\
standard output.\n\
\n\
-b, --bytes count bytes rather than columns\n\
- -s, --spaces break at word boundaries\n\
+ -s, --spaces break at spaces\n\
-w, --width=WIDTH use WIDTH columns instead of 80\n\
"));
}