aboutsummaryrefslogtreecommitdiffstats
path: root/addpass
diff options
context:
space:
mode:
authorRasmus Steinke <rasi@xssn.at>2015-07-17 03:48:27 +0200
committerRasmus Steinke <rasi@xssn.at>2015-07-17 03:48:27 +0200
commit5f7621b0f2989c7ce9fcd091faff06582a2e3b62 (patch)
tree4c72f1332761b4e93c2ecd3257ded75823da0b75 /addpass
parent2adcbefd257a915e84aa795bfed0d0b3396cea12 (diff)
downloadrofi-pass-5f7621b0f2989c7ce9fcd091faff06582a2e3b62.tar.gz
change autotype name
Diffstat (limited to 'addpass')
-rwxr-xr-xaddpass2
1 files changed, 1 insertions, 1 deletions
diff --git a/addpass b/addpass
index 28729d2..6217f2d 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\" -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