aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2008-09-12 09:58:11 +0000
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2008-09-12 09:58:11 +0000
commit0ee1cb00849355126eb59e8f3fccb02b4db2f5ed (patch)
tree20e523022664ca62557912e6622affde7a02d8fd /include
parent70de57f60a39d167870f3f59f2fa3f606e965239 (diff)
downloadbusybox-0ee1cb00849355126eb59e8f3fccb02b4db2f5ed.tar.gz
- implement id -G (Tito Ragusa)
Diffstat (limited to 'include')
-rw-r--r--include/usage.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/usage.h b/include/usage.h
index fdad63a4f..951be53de 100644
--- a/include/usage.h
+++ b/include/usage.h
@@ -1602,6 +1602,7 @@
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 -n Print name instead of a number" \