fixed usage

This commit is contained in:
Ubergeek 2020-12-01 10:36:55 -05:00
parent 43e4711c69
commit b6bf5d4c39
1 changed files with 1 additions and 1 deletions

2
rmuser
View File

@ -35,7 +35,7 @@ remove_user()
if [ -z $1 ]
then
echo -e "Usage: `basename $0` [ username | --baned ]"
echo -e "Usage: `basename $0` [ username | --banned ]"
else
remove_user $1
[ -n $2 ] && [[ $2 == --banned ]] && echo $1 >> /root/users.banned