Fix a particularly egregious grammar error.

Approved by:	wpaul
MFC after:	1 day
This commit is contained in:
adamw 2005-05-24 04:50:07 +00:00
parent e3c47cde6e
commit 8b58a37f30

View File

@ -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