diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2021-06-14 20:47:20 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2021-06-14 20:47:20 +0200 |
commit | e2b9215868a3d72691e5bc0f887354254606447b (patch) | |
tree | d800e563fcd78971be6cd8630fba1d61677975fb /coreutils/cut.c | |
parent | 643b308029ac42f466fa17e4ff400e47003205d9 (diff) | |
download | busybox-w32-e2b9215868a3d72691e5bc0f887354254606447b.tar.gz busybox-w32-e2b9215868a3d72691e5bc0f887354254606447b.tar.bz2 busybox-w32-e2b9215868a3d72691e5bc0f887354254606447b.zip |
*: --help tweaks
function old new delta
packed_usage 33589 33552 -37
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'coreutils/cut.c')
-rw-r--r-- | coreutils/cut.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/coreutils/cut.c b/coreutils/cut.c index 5897d82b6..cc3c32576 100644 --- a/coreutils/cut.c +++ b/coreutils/cut.c | |||
@@ -29,6 +29,7 @@ | |||
29 | //usage: "\n -s Output only lines containing delimiter" | 29 | //usage: "\n -s Output only lines containing delimiter" |
30 | //usage: "\n -f LIST Print only these fields" | 30 | //usage: "\n -f LIST Print only these fields" |
31 | //usage: "\n -n Ignored" | 31 | //usage: "\n -n Ignored" |
32 | //(manpage:-n with -b: don't split multibyte characters) | ||
32 | //usage: | 33 | //usage: |
33 | //usage:#define cut_example_usage | 34 | //usage:#define cut_example_usage |
34 | //usage: "$ echo \"Hello world\" | cut -f 1 -d ' '\n" | 35 | //usage: "$ echo \"Hello world\" | cut -f 1 -d ' '\n" |