Skip to content

Commit

Permalink
Refer to program as drush, not drush.php
Browse files Browse the repository at this point in the history
  • Loading branch information
massgov-outsider committed Dec 25, 2010
1 parent 6a6150a commit a887874
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drush.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
*/
// Terminate immediately unless invoked as a command line script
if (!drush_verify_cli()) {
die('drush.php is designed to run via the command line.');
die('drush is designed to run via the command line.');
}

// Check supported version of PHP.
Expand Down

0 comments on commit a887874

Please sign in to comment.