Skip to content

Commit

Permalink
Missing = in the example, the proper syntax is explained in core-gl…
Browse files Browse the repository at this point in the history
…obal-options (drush-ops#1632).
  • Loading branch information
kenorb committed Sep 25, 2015
1 parent d92e4ab commit 883e9f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ command line options just for Drush to work. If you do not specify a URI, Drush
back to the default site configuration, Drupal's $GLOBALS['base_url'] will be set to http://default. This may cause some
functionality to not work as expected.

$ drush --uri http://example.com pm-updatecode
$ drush --uri=http://example.com pm-updatecode

If you wish to be able to select your Drupal site implicitly from the
current working directory without using the -l option, but you need your
Expand Down

0 comments on commit 883e9f1

Please sign in to comment.