aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2008-09-13 12:51:10 +0000
committerDenis Vlasenko <vda.linux@googlemail.com>2008-09-13 12:51:10 +0000
commit4f3209b9d4b24ebe9b76e3bfe8ddd87af5228af9 (patch)
treed6158492612846aecbdae95160d6e4ae51166622 /include
parent0ee1cb00849355126eb59e8f3fccb02b4db2f5ed (diff)
downloadbusybox-4f3209b9d4b24ebe9b76e3bfe8ddd87af5228af9.tar.gz
id: code shrink
function old new delta id_main 494 462 -32
Diffstat (limited to 'include')
-rw-r--r--include/usage.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/usage.h b/include/usage.h
index 951be53de..f4fc2e67a 100644
--- a/include/usage.h
+++ b/include/usage.h
@@ -1602,9 +1602,9 @@
USE_SELINUX( \
"\n -Z Print the security context" \
) \
- "\n -G Print all group IDs" \
- "\n -g Print group ID" \
"\n -u Print user ID" \
+ "\n -g Print group ID" \
+ "\n -G Print supplementary group IDs" \
"\n -n Print name instead of a number" \
"\n -r Print real user ID instead of effective ID" \