mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2026-01-23 02:14:26 +00:00
Fix usage
This commit is contained in:
parent
73c6d69f5b
commit
2ab6301eda
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue