diff options
author | Denys Vlasenko | 2021-06-14 20:47:20 +0200 |
---|---|---|
committer | Denys Vlasenko | 2021-06-14 20:47:20 +0200 |
commit | e2b9215868a3d72691e5bc0f887354254606447b (patch) | |
tree | d800e563fcd78971be6cd8630fba1d61677975fb /coreutils/cut.c | |
parent | 643b308029ac42f466fa17e4ff400e47003205d9 (diff) | |
download | busybox-e2b9215868a3d72691e5bc0f887354254606447b.zip busybox-e2b9215868a3d72691e5bc0f887354254606447b.tar.gz |
*: --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 5897d82..cc3c325 100644 --- a/coreutils/cut.c +++ b/coreutils/cut.c @@ -29,6 +29,7 @@ //usage: "\n -s Output only lines containing delimiter" //usage: "\n -f LIST Print only these fields" //usage: "\n -n Ignored" +//(manpage:-n with -b: don't split multibyte characters) //usage: //usage:#define cut_example_usage //usage: "$ echo \"Hello world\" | cut -f 1 -d ' '\n" |