diff options
author | Denys Vlasenko | 2020-12-18 04:12:51 +0100 |
---|---|---|
committer | Denys Vlasenko | 2020-12-18 04:12:51 +0100 |
commit | a2f18d950a1a94e22fec78ee2d57f5cd3542551a (patch) | |
tree | 0e2540425675187e037e09cd0bf59c1740e91b49 /coreutils/uniq.c | |
parent | 15733cb48e570716cad6ece2d752507ecd767131 (diff) | |
download | busybox-a2f18d950a1a94e22fec78ee2d57f5cd3542551a.zip busybox-a2f18d950a1a94e22fec78ee2d57f5cd3542551a.tar.gz |
help text tweaks
function old new delta
packed_usage 33570 33502 -68
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'coreutils/uniq.c')
-rw-r--r-- | coreutils/uniq.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/uniq.c b/coreutils/uniq.c index 317f455..e159428 100644 --- a/coreutils/uniq.c +++ b/coreutils/uniq.c @@ -20,7 +20,7 @@ /* http://www.opengroup.org/onlinepubs/007904975/utilities/uniq.html */ //usage:#define uniq_trivial_usage -//usage: "[-cdu][-f,s,w N] [INPUT [OUTPUT]]" +//usage: "[-cdui] [-f,s,w N] [INPUT [OUTPUT]]" //usage:#define uniq_full_usage "\n\n" //usage: "Discard duplicate lines\n" //usage: "\n -c Prefix lines by the number of occurrences" |