From d98130123f3880426eae5b6f6c3ef4652559d614 Mon Sep 17 00:00:00 2001 From: Adam Cooke Date: Wed, 26 Apr 2017 21:08:13 +0100 Subject: [PATCH] add auto-upgrade to help text --- bin/postal | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/postal b/bin/postal index 8802e33..0f8a4a6 100755 --- a/bin/postal +++ b/bin/postal @@ -104,6 +104,7 @@ case "$1" in echo echo "Other commands:" echo -e " * \e[35mconsole\e[0m - open a Postal system console (debug only)" + echo -e " * \e[35mauto-upgrade\e[0m - upgrade to the latest version of Postal" echo -e " * \e[35minitialize-config\e[0m - initialize a new config directory" echo -e " * \e[35minitialize\e[0m - generate assets and load the database for the first time" echo -e " * \e[35mdefault-dkim-record\e[0m - show the default DKIM DNS record"