diff options
Diffstat (limited to 'coreutils/fold.c')
-rw-r--r-- | coreutils/fold.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/fold.c b/coreutils/fold.c index 1e26dde0c..98c3b1491 100644 --- a/coreutils/fold.c +++ b/coreutils/fold.c | |||
@@ -23,7 +23,7 @@ | |||
23 | //usage:#define fold_trivial_usage | 23 | //usage:#define fold_trivial_usage |
24 | //usage: "[-bs] [-w WIDTH] [FILE]..." | 24 | //usage: "[-bs] [-w WIDTH] [FILE]..." |
25 | //usage:#define fold_full_usage "\n\n" | 25 | //usage:#define fold_full_usage "\n\n" |
26 | //usage: "Wrap input lines in each FILE (or stdin), writing to stdout\n" | 26 | //usage: "Wrap input lines in FILEs (or stdin), writing to stdout\n" |
27 | //usage: "\n -b Count bytes rather than columns" | 27 | //usage: "\n -b Count bytes rather than columns" |
28 | //usage: "\n -s Break at spaces" | 28 | //usage: "\n -s Break at spaces" |
29 | //usage: "\n -w Use WIDTH columns instead of 80" | 29 | //usage: "\n -w Use WIDTH columns instead of 80" |