diff options
author | vda <vda@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2007-04-15 08:43:23 +0000 |
---|---|---|
committer | vda <vda@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2007-04-15 08:43:23 +0000 |
commit | 97d11686fdca77729dc56fb2614e0c050e71ce50 (patch) | |
tree | cc809a026b8cb43e89a7168cf8dae52cd3104dac /include/usage.h | |
parent | 449573f5bdbe7282eb11359dc47e847169ed3f60 (diff) | |
download | busybox-w32-97d11686fdca77729dc56fb2614e0c050e71ce50.tar.gz busybox-w32-97d11686fdca77729dc56fb2614e0c050e71ce50.tar.bz2 busybox-w32-97d11686fdca77729dc56fb2614e0c050e71ce50.zip |
deluser: add optional support for removing users from groups
(by Tito <farmatito@tiscali.it>)
git-svn-id: svn://busybox.net/trunk/busybox@18449 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'include/usage.h')
-rw-r--r-- | include/usage.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/include/usage.h b/include/usage.h index 2fb8112b0..afcc4b3d7 100644 --- a/include/usage.h +++ b/include/usage.h | |||
@@ -571,9 +571,10 @@ | |||
571 | "Deallocate unused virtual terminal /dev/ttyN" | 571 | "Deallocate unused virtual terminal /dev/ttyN" |
572 | 572 | ||
573 | #define delgroup_trivial_usage \ | 573 | #define delgroup_trivial_usage \ |
574 | "GROUP" | 574 | USE_FEATURE_DEL_USER_FROM_GROUP("[USER] ")"GROUP" |
575 | #define delgroup_full_usage \ | 575 | #define delgroup_full_usage \ |
576 | "Delete group GROUP from the system" | 576 | "Delete group GROUP from the system" \ |
577 | USE_FEATURE_DEL_USER_FROM_GROUP(" or user USER from group GROUP") | ||
577 | 578 | ||
578 | #define deluser_trivial_usage \ | 579 | #define deluser_trivial_usage \ |
579 | "USER" | 580 | "USER" |