Add extra help text to adduser.sh

This commit is contained in:
Shaun Reed 2019-08-29 12:52:49 +00:00
parent 712e64b96f
commit 1e57c148e6
1 changed files with 3 additions and 0 deletions

View File

@ -14,3 +14,6 @@ printf "\nChanging password for $1...\n"
sudo passwd $1
fi
printf "\nRun the following command to remove a user -\n"
printf "\nsudo userdel -r <username>\n"