Skip to content

Commit

Permalink
Typo in command description.
Browse files Browse the repository at this point in the history
  • Loading branch information
Chi-teck authored and AdamPS committed Feb 1, 2017
1 parent 537d8e6 commit b63a259
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/drush.inc
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ function drush_get_global_options($brief = FALSE) {

if (!$brief) {
$options['version'] = array('description' => "Show drush version.");
$options['php'] = array('description' => "The absolute path to your PHP intepreter, if not 'php' in the path.", 'example-value' => '/path/to/file', 'never-propagate' => TRUE);
$options['php'] = array('description' => "The absolute path to your PHP interpreter, if not 'php' in the path.", 'example-value' => '/path/to/file', 'never-propagate' => TRUE);
$options['interactive'] = array('short-form' => 'ia', 'description' => "Force interactive mode for commands run on multiple targets (e.g. `drush @site1,@site2 cc --ia`).", 'never-propagate' => TRUE);
$options['tty'] = array('hidden' => TRUE, 'description' => "Force allocation of tty for remote commands", 'never-propagate' => TRUE);
$options['quiet'] = array('short-form' => 'q', 'description' => 'Suppress non-error messages.');
Expand Down

0 comments on commit b63a259

Please sign in to comment.