--- /drush/README.txt 2010-10-20 11:18:00.000000000 -0400 +++ /drush/README.txt 2010-08-07 09:13:36.000000000 -0400 @@ -34,8 +34,8 @@ NOTE FOR ADVANCED USERS - If you want to run drush with a specific version of php, rather than the one found by the drush command, you can instead create an alias that - executes the drush.php file directly and passes that path to drush: - $ alias drush='/path/to/php/php5 /path/to/drush/drush.php --php=/path/to/php/php5' + executes the drush.php file directly: + $ alias drush='/path/to/php/php5 /path/to/drush/drush.php' If you do this, to allow Drush to detect the number of available columns, you need to add the line 'export COLUMNS' to the .profile file in your home folder.