diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2008-09-12 09:58:11 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2008-09-12 09:58:11 +0000 |
commit | 0ee1cb00849355126eb59e8f3fccb02b4db2f5ed (patch) | |
tree | 20e523022664ca62557912e6622affde7a02d8fd /include | |
parent | 70de57f60a39d167870f3f59f2fa3f606e965239 (diff) | |
download | busybox-w32-0ee1cb00849355126eb59e8f3fccb02b4db2f5ed.tar.gz busybox-w32-0ee1cb00849355126eb59e8f3fccb02b4db2f5ed.tar.bz2 busybox-w32-0ee1cb00849355126eb59e8f3fccb02b4db2f5ed.zip |
- implement id -G (Tito Ragusa)
Diffstat (limited to 'include')
-rw-r--r-- | include/usage.h | 1 |
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 @@ | |||
1602 | USE_SELINUX( \ | 1602 | USE_SELINUX( \ |
1603 | "\n -Z Print the security context" \ | 1603 | "\n -Z Print the security context" \ |
1604 | ) \ | 1604 | ) \ |
1605 | "\n -G Print all group IDs" \ | ||
1605 | "\n -g Print group ID" \ | 1606 | "\n -g Print group ID" \ |
1606 | "\n -u Print user ID" \ | 1607 | "\n -u Print user ID" \ |
1607 | "\n -n Print name instead of a number" \ | 1608 | "\n -n Print name instead of a number" \ |