--- drupal.sh.txt.orig	2006-08-14 15:56:50.463300400 +0200
+++ drupal.sh.txt	2006-08-14 16:07:06.967088300 +0200
@@ -14,24 +14,28 @@ if (in_array('--verbose', $_SERVER['argv
 
 if (in_array('--help', $_SERVER['argv'])) {
   echo <<<EOF
-Usage: {$prog} [OPTIONS] path
-Execute a Drupal page from with the shell.
+Usage: {$prog} [OPTIONS] [path]
+Execute a Drupal page from the shell.
+
+All arguments are long options.
+
+  --cmd         Specify the main Drupal script to use. Defaults to
+                index.php, but other scripts (f.e. cron.php) can be used.
 
-All arguements are long options.
   --help        This page.
-  --path        Set the current working directory for the script to the
-                 the path specified which is the root directory of the
-                 Drupal installation. 
-                Not required it the script is current directory.
-  --site        Specify the configuration to use when running.
-                If not specified the default will be used.
-  --cmd         Specify the main Drupal script to use. The default is
-                index.php, but other scripts such as cron.php can be used.
+
+  --path        Set the working directory for the script to the specified path,
+                which has to be the root directory of your Drupal installation.
+                Current directory is not required.
+
+  --site        Specify the configuration to use when running. If not
+                specified the configuration in directory 'default' will be used.
+
   --verbose     This option will display the options as they are set.
-                However product errors from setting the session.
+                However produces errors from setting the session.
 
-The path can also be set which will be used to determine which page will be
-executed by the script.\n
+  path          The path to execute, f.e. 'node' for www.yoursite.com/node.
+\n
 EOF;
   exit;
 }
