aboutsummaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
Diffstat (limited to 'templates')
-rw-r--r--templates/drupal.sh.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/drupal.sh.erb b/templates/drupal.sh.erb
index 34a6198..5b641c0 100644
--- a/templates/drupal.sh.erb
+++ b/templates/drupal.sh.erb
@@ -142,7 +142,7 @@ function drupal_upgrade {
# Main procedure
if [ -z "$1" ]; then
- echo "Usage: `basename $0` <command> [arguments]"
+ echo "Usage: `basename $0` <deploy|update|upgrade> [arguments]"
exit 1
elif [ "$1" == "deploy" ]; then
shift