deluser: add optional support for removing users from groups

(by Tito <farmatito@tiscali.it>)
This commit is contained in:
Denis Vlasenko
2007-04-15 08:43:23 +00:00
parent 91de7c0328
commit be1a9d4237
4 changed files with 110 additions and 58 deletions

View File

@ -571,9 +571,10 @@
"Deallocate unused virtual terminal /dev/ttyN"
#define delgroup_trivial_usage \
"GROUP"
USE_FEATURE_DEL_USER_FROM_GROUP("[USER] ")"GROUP"
#define delgroup_full_usage \
"Delete group GROUP from the system"
"Delete group GROUP from the system" \
USE_FEATURE_DEL_USER_FROM_GROUP(" or user USER from group GROUP")
#define deluser_trivial_usage \
"USER"