aboutsummaryrefslogtreecommitdiffstats
path: root/addpass
diff options
context:
space:
mode:
Diffstat (limited to 'addpass')
-rwxr-xr-xaddpass2
1 files changed, 1 insertions, 1 deletions
diff --git a/addpass b/addpass
index 6217f2d..df254ee 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 password\""
+ echo "adduser --root private -user \"Richard\" -foo \"bar\" -autotype \"foo :tab user :tab pass\"
exit
else
if [[ $* != *"-name "* ]]; then