From 0c63d9e24fcaef1f3cb09823d5765e7fb48bc89e Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Sat, 20 Dec 2008 18:24:41 +0000 Subject: - Patch #349504 by keith.smith: clean up sentence spacing in code comments. --- scripts/drupal.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'scripts/drupal.sh') diff --git a/scripts/drupal.sh b/scripts/drupal.sh index a3f258459..5bc254365 100755 --- a/scripts/drupal.sh +++ b/scripts/drupal.sh @@ -36,15 +36,15 @@ All arguments are long options. produce errors from setting the session. URI The URI to execute, i.e. http://default/foo/bar for executing - the path '/foo/bar' in your site 'default'. URI has to be + the path '/foo/bar' in your site 'default'. URI has to be enclosed by quotation marks if there are ampersands in it - (f.e. index.php?q=node&foo=bar). Prefix 'http://' is required, + (f.e. index.php?q=node&foo=bar). Prefix 'http://' is required, and the domain must exist in Drupal's sites-directory. If the given path and file exists it will be executed directly, i.e. if URI is set to http://default/bar/foo.php and bar/foo.php exists, this script will be executed without - bootstrapping Drupal. To execute Drupal's cron.php, specify + bootstrapping Drupal. To execute Drupal's cron.php, specify http://default/cron.php as the URI. -- cgit v1.2.3