aboutsummaryrefslogtreecommitdiff
path: root/coreutils/id.c
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2020-12-13 19:04:19 +0100
committerDenys Vlasenko <vda.linux@googlemail.com>2020-12-13 19:04:19 +0100
commit11f1a2553e49c9ff2235688a41875ff8751517ce (patch)
tree5f19a07de53cf6d7fac73725be06f68fa6fe4737 /coreutils/id.c
parent49142d48bd12c87d52e1316050f5cf4749e64e51 (diff)
downloadbusybox-w32-11f1a2553e49c9ff2235688a41875ff8751517ce.tar.gz
busybox-w32-11f1a2553e49c9ff2235688a41875ff8751517ce.tar.bz2
busybox-w32-11f1a2553e49c9ff2235688a41875ff8751517ce.zip
help text tweaks
function old new delta packed_usage 33547 33545 -2 Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'coreutils/id.c')
-rw-r--r--coreutils/id.c2
1 files changed, 1 insertions, 1 deletions
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 @@
33/* BB_AUDIT SUSv3 compliant. */ 33/* BB_AUDIT SUSv3 compliant. */
34 34
35//usage:#define id_trivial_usage 35//usage:#define id_trivial_usage
36//usage: "[OPTIONS] [USER]" 36//usage: "[-ugGnr"IF_SELINUX("Z")"] [USER]"
37//usage:#define id_full_usage "\n\n" 37//usage:#define id_full_usage "\n\n"
38//usage: "Print information about USER or the current user\n" 38//usage: "Print information about USER or the current user\n"
39//usage: IF_SELINUX( 39//usage: IF_SELINUX(