From a2f18d950a1a94e22fec78ee2d57f5cd3542551a Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Fri, 18 Dec 2020 04:12:51 +0100 Subject: help text tweaks function old new delta packed_usage 33570 33502 -68 Signed-off-by: Denys Vlasenko --- coreutils/uniq.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'coreutils/uniq.c') diff --git a/coreutils/uniq.c b/coreutils/uniq.c index 317f45531..e1594286f 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" -- cgit v1.2.3