How to reproduce de problem:
aegir@aluminium:~$ drush help provision-login_reset
Generate a one-time login reset URL.
Examples:
drush @site provision-login-reset Generate a one-time login reset URL for the site as defined by the site Drush
alias generated with provision-save.
aegir@aluminium:~$ drush @site_openpublic provision-login-reset
The drush command '@site_openpublic provision-login-reset' could not be found. [error]
aegir@aluminium:~$ drush @site_openenterprise_master provision-login_reset
aegir@aluminium:~$
The good syntax is provision-login_reset not provision-login-reset.
Patch is following.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | 0001-1444172-Fix-Syntax-error-in-the-help-description-of-.patch | 1.04 KB | pol |
Comments
Comment #1
polPatch for 6.x-1.x
Comment #2
Anonymous (not verified) commentedCommitted, thanks!