diff options
author | Rasmus Steinke <rasi@xssn.at> | 2015-07-17 03:41:45 +0200 |
---|---|---|
committer | Rasmus Steinke <rasi@xssn.at> | 2015-07-17 03:41:45 +0200 |
commit | 878166a9032f582dc697c9e912724c215d667dfa (patch) | |
tree | c8c9fe1cc4ef829750779d5e6bec49b48dd50b65 /addpass | |
parent | 3f7a9fff12a4d4fe44db8c4cd4c31a8d46c38e73 (diff) | |
download | rofi-pass-878166a9032f582dc697c9e912724c215d667dfa.tar.gz |
remove blank line
Diffstat (limited to 'addpass')
-rwxr-xr-x | addpass | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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 |