From 878166a9032f582dc697c9e912724c215d667dfa Mon Sep 17 00:00:00 2001 From: Rasmus Steinke Date: Fri, 17 Jul 2015 03:41:45 +0200 Subject: remove blank line --- addpass | 1 - 1 file changed, 1 deletion(-) 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 -- cgit