Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afe407c commit 9ecb898Copy full SHA for 9ecb898
src/Commands/core/LoginCommands.php
@@ -30,7 +30,7 @@ class LoginCommands extends DrushCommands implements SiteAliasManagerAwareInterf
30
* Open default web browser and browse to homepage, logged in as uid=1.
31
* @usage drush user:login --name=ryan node/add/blog
32
* 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)
+ * @usage drush user:login --browser=firefox --name=$(drush user:information --mail="[email protected]" --fields=name --format=string)
34
* Open firefox web browser, and login as the user with the e-mail address [email protected].
35
*/
36
public function login($path = '', $options = ['name' => '1', 'browser' => true, 'redirect-port' => self::REQ])
0 commit comments