deluser: add optional support for removing users from groups
(by Tito <farmatito@tiscali.it>)
This commit is contained in:
@ -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"
|
||||
|
Reference in New Issue
Block a user