~/htd/prfr$ drush foo
The command 'drush.php foo' could not be found.   

I deliberately provided a non existent command here. That 'drush.php' text looks quite our of place in the error msg. Can we easily omit that?

CommentFileSizeAuthor
#1 error-message.patch1.48 KBgreg.1.anderson

Comments

greg.1.anderson’s picture

StatusFileSize
new1.48 KB

Sure; I've sometimes thought the same thing. I recommend this:

$ ./drush foo
The drush command 'foo' could not be found.

I kept the word 'drush' in so that it does not look like the message came from the shell.

moshe weitzman’s picture

Status: Active » Fixed

committed. thanks.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.