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

Skip to content

Commit afe407c

Browse files
committed
Update example for uli command.
1 parent 8096606 commit afe407c

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 [email protected]
33+
* @usage drush user:login --browser=firefox --mail=$(drush user:information --mail="drush@example.org" --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)