Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9ecb898

Browse files
committed
Correct that doc.
1 parent afe407c commit 9ecb898

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Commands/core/LoginCommands.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ class LoginCommands extends DrushCommands implements SiteAliasManagerAwareInterf
3030
* Open default web browser and browse to homepage, logged in as uid=1.
3131
* @usage drush user:login --name=ryan node/add/blog
3232
* Open default web browser (if configured or detected) for a one-time login link for username ryan that redirects to node/add/blog.
33-
* @usage drush user:login --browser=firefox --mail=$(drush user:information --mail="[email protected]" --fields=name --format=string)
33+
* @usage drush user:login --browser=firefox --name=$(drush user:information --mail="[email protected]" --fields=name --format=string)
3434
* Open firefox web browser, and login as the user with the e-mail address [email protected].
3535
*/
3636
public function login($path = '', $options = ['name' => '1', 'browser' => true, 'redirect-port' => self::REQ])

0 commit comments

Comments
 (0)