]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
(usage): Clarify meaning of --spaces.
authorJim Meyering <jim@meyering.net>
Sat, 11 Nov 1995 03:27:15 +0000 (03:27 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 11 Nov 1995 03:27:15 +0000 (03:27 +0000)
src/fold.c

index 584a301e50b1c7d86dc66ff8cbc01a564f63e309..114924e6b6856a8aba2b1eac6baaa9c29587f714 100644 (file)
@@ -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\
 "));
     }