]> gitweb.fluxo.info Git - puppet-drupal.git/commitdiff
Documentation
authorSilvio Rhatto <rhatto@riseup.net>
Tue, 29 Dec 2009 22:02:37 +0000 (20:02 -0200)
committerSilvio Rhatto <rhatto@riseup.net>
Tue, 29 Dec 2009 22:02:37 +0000 (20:02 -0200)
README
templates/drupal.sh.erb

diff --git a/README b/README
index 7be07ee73a34b205ca7043aa5defe60a6f70e5d6..5274e38892d1ad9c8596b7d0cf535f09145957d5 100644 (file)
--- a/README
+++ b/README
@@ -1,8 +1,8 @@
 Puppet module for Drupal
 ========================
 
-This module has the following dependencies available
-at git.sarava.org:
+This module has the following dependencies available at git.sarava.org that
+should be included before puppet-drupal:
 
   - puppet-apache
   - puppet-pear
index 34a619890ad48c2a3888d222c4fbd07256cc06bc..5b641c0d9ffb03da8ddf09db12238dd9f22ff377 100644 (file)
@@ -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