From 11f1a2553e49c9ff2235688a41875ff8751517ce Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Sun, 13 Dec 2020 19:04:19 +0100 Subject: help text tweaks function old new delta packed_usage 33547 33545 -2 Signed-off-by: Denys Vlasenko --- coreutils/id.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'coreutils/id.c') diff --git a/coreutils/id.c b/coreutils/id.c index f20cd7d09..78d5f2a50 100644 --- a/coreutils/id.c +++ b/coreutils/id.c @@ -33,7 +33,7 @@ /* BB_AUDIT SUSv3 compliant. */ //usage:#define id_trivial_usage -//usage: "[OPTIONS] [USER]" +//usage: "[-ugGnr"IF_SELINUX("Z")"] [USER]" //usage:#define id_full_usage "\n\n" //usage: "Print information about USER or the current user\n" //usage: IF_SELINUX( -- cgit v1.2.3