add missing quotation
This commit is contained in:
parent
624d05801f
commit
2dffa9810f
2
addpass
2
addpass
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user