Skip to content

Commit

Permalink
Updates --password-attack help text - Ref #1755
Browse files Browse the repository at this point in the history
  • Loading branch information
erwanlr authored Oct 31, 2022
1 parent 1436122 commit 783d016
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/controllers/password_attack.rb
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ def cli_options
'Maximum number of passwords to send by request with XMLRPC multicall'],
default: 500),
OptChoice.new(['--password-attack ATTACK',
'Force the supplied attack to be used rather than automatically determining one.'],
'Force the supplied attack to be used rather than automatically determining one. Multicall will only work against WP < 4.4'],
choices: %w[wp-login xmlrpc xmlrpc-multicall],
normalize: %i[downcase underscore to_sym]),
OptString.new(['--login-uri URI', 'The URI of the login page if different from /wp-login.php'])
Expand Down

0 comments on commit 783d016

Please sign in to comment.