From: Jim Meyering Date: Sat, 11 Nov 1995 03:27:15 +0000 (+0000) Subject: (usage): Clarify meaning of --spaces. X-Git-Tag: TEXTUTILS-1_13F~55 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5796c221a15d5fe12b6b948761815ca9321c9f2f;p=thirdparty%2Fcoreutils.git (usage): Clarify meaning of --spaces. --- diff --git a/src/fold.c b/src/fold.c index 584a301e50..114924e6b6 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\ ")); }