diff options
author | Rasmus Steinke <rasi@xssn.at> | 2015-07-17 03:48:27 +0200 |
---|---|---|
committer | Rasmus Steinke <rasi@xssn.at> | 2015-07-17 03:48:27 +0200 |
commit | 5f7621b0f2989c7ce9fcd091faff06582a2e3b62 (patch) | |
tree | 4c72f1332761b4e93c2ecd3257ded75823da0b75 /addpass | |
parent | 2adcbefd257a915e84aa795bfed0d0b3396cea12 (diff) | |
download | rofi-pass-5f7621b0f2989c7ce9fcd091faff06582a2e3b62.tar.gz |
change autotype name
Diffstat (limited to 'addpass')
-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\" -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 |