aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRasmus Steinke <rasi@xssn.at>2015-07-17 03:41:45 +0200
committerRasmus Steinke <rasi@xssn.at>2015-07-17 03:41:45 +0200
commit878166a9032f582dc697c9e912724c215d667dfa (patch)
treec8c9fe1cc4ef829750779d5e6bec49b48dd50b65
parent3f7a9fff12a4d4fe44db8c4cd4c31a8d46c38e73 (diff)
downloadrofi-pass-878166a9032f582dc697c9e912724c215d667dfa.tar.gz
remove blank line
-rwxr-xr-xaddpass1
1 files changed, 0 insertions, 1 deletions
diff --git a/addpass b/addpass
index b6fda66..28729d2 100755
--- a/addpass
+++ b/addpass
@@ -21,7 +21,6 @@ if [[ $1 == "--help" || $1 == "=h" ]]; then
echo " Every field name has to start with \"-\""
echo " Values should be quoted"
echo ""
- echo ""
echo "Example:"
echo "adduser --root private -user \"Richard\" -foo \"bar\" -CustomOrder \"foo :tab user :tab password\""
exit