summaryrefslogtreecommitdiffstats
path: root/adduser/rmuser.sh
diff options
context:
space:
mode:
Diffstat (limited to 'adduser/rmuser.sh')
-rw-r--r--adduser/rmuser.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/adduser/rmuser.sh b/adduser/rmuser.sh
index 004da08..a051b64 100644
--- a/adduser/rmuser.sh
+++ b/adduser/rmuser.sh
@@ -301,7 +301,7 @@ if [ ! "$userlist" ]; then
show_usage
exit 1
else
- echo -n "Please enter one or more user name's: "
+ echo -n "Please enter one or more usernames: "
read userlist
fi
fi