Browse Source

Fix usage

andryyy 8 years ago
parent
commit
2ab6301eda
1 changed files with 2 additions and 2 deletions
  1. 2 2
      mailcow-setup-relayhost.sh

+ 2 - 2
mailcow-setup-relayhost.sh

@@ -19,11 +19,11 @@ if [[ -z ${1} ]]; then
     echo "Usage:"
 	echo
 	echo "Setup a relayhost:"
-	echo "./${0} relayhost port (username) (password)"
+	echo "${0} relayhost port (username) (password)"
     echo "Username and password are optional parameters."
 	echo
 	echo "Reset to defaults:"
-	echo "./${0} reset"
+	echo "${0} reset"
     exit 1
 fi