remove blank line

This commit is contained in:
Rasmus Steinke 2015-07-17 03:41:45 +02:00
parent 3f7a9fff12
commit 878166a903

View File

@ -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