aboutsummaryrefslogtreecommitdiffstats
path: root/addpass
diff options
context:
space:
mode:
authorRasmus Steinke <rasi@xssn.at>2015-07-19 19:56:52 +0200
committerRasmus Steinke <rasi@xssn.at>2015-07-19 19:56:52 +0200
commit2dffa9810f50e1f649910af480f40723f6e2443b (patch)
tree3f710df5060cbe23be76bc748cff91b3b3e10af8 /addpass
parent624d05801f5106d1080b477eb8e7dcf197ee4707 (diff)
downloadrofi-pass-2dffa9810f50e1f649910af480f40723f6e2443b.tar.gz
add missing quotation
Diffstat (limited to 'addpass')
-rwxr-xr-xaddpass2
1 files changed, 1 insertions, 1 deletions
diff --git a/addpass b/addpass
index df254ee..0f22277 100755
--- a/addpass
+++ b/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