From 1e57c148e6b6b34f9b00155e5ef0ca3e973d7166 Mon Sep 17 00:00:00 2001 From: Shaun Reed Date: Thu, 29 Aug 2019 12:52:49 +0000 Subject: [PATCH] Add extra help text to adduser.sh --- scripts/adduser.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scripts/adduser.sh b/scripts/adduser.sh index 02e1e1c..52c2428 100755 --- a/scripts/adduser.sh +++ b/scripts/adduser.sh @@ -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 \n" +