change autotype name

This commit is contained in:
Rasmus Steinke 2015-07-17 03:48:27 +02:00
parent 2adcbefd25
commit 5f7621b0f2

View File

@ -22,7 +22,7 @@ if [[ $1 == "--help" || $1 == "=h" ]]; then
echo " Values should be quoted"
echo ""
echo "Example:"
echo "adduser --root private -user \"Richard\" -foo \"bar\" -CustomOrder \"foo :tab user :tab password\""
echo "adduser --root private -user \"Richard\" -foo \"bar\" -autotype \"foo :tab user :tab password\""
exit
else
if [[ $* != *"-name "* ]]; then