aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 bf6cc65..34a3248 100644
--- a/templates/drupal.sh.erb
+++ b/templates/drupal.sh.erb
@@ -178,7 +178,7 @@ function drupal_make {
# Main procedure
if [ -z "$1" ]; then
- echo "Usage: `basename $0` <cron|deploy|update|updatedb|upgrade|run> [arguments]"
+ echo "Usage: `basename $0` <cron|deploy|update|updatedb|upgrade|run|make> [arguments]"
exit 1
elif [ "$1" == "cron" ]; then
drupal_iterate cron