add missing quotation

This commit is contained in:
Rasmus Steinke 2015-07-19 19:56:52 +02:00
parent 624d05801f
commit 2dffa9810f

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\" -autotype \"foo :tab user :tab pass\"
echo "adduser --root private -user \"Richard\" -foo \"bar\" -autotype \"foo :tab user :tab pass\""
exit
else
if [[ $* != *"-name "* ]]; then