diff options
author | Rasmus Steinke <rasi@xssn.at> | 2015-07-19 19:56:52 +0200 |
---|---|---|
committer | Rasmus Steinke <rasi@xssn.at> | 2015-07-19 19:56:52 +0200 |
commit | 2dffa9810f50e1f649910af480f40723f6e2443b (patch) | |
tree | 3f710df5060cbe23be76bc748cff91b3b3e10af8 | |
parent | 624d05801f5106d1080b477eb8e7dcf197ee4707 (diff) | |
download | rofi-pass-2dffa9810f50e1f649910af480f40723f6e2443b.tar.gz |
add missing quotation
-rwxr-xr-x | addpass | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |