mirror of
https://github.com/nextcloud/server.git
synced 2026-06-06 07:13:23 -04:00
Merge pull request #43653 from nextcloud/fix/bfp-occ-attempts-description
fix(security): Describe `occ security:bruteforce:attempts` accurately
This commit is contained in:
commit
1731d3154a
1 changed files with 2 additions and 2 deletions
|
|
@ -41,11 +41,11 @@ class BruteforceAttempts extends Base {
|
|||
parent::configure();
|
||||
$this
|
||||
->setName('security:bruteforce:attempts')
|
||||
->setDescription('resets bruteforce attempts for given IP address')
|
||||
->setDescription('Show bruteforce attempts status for a given IP address')
|
||||
->addArgument(
|
||||
'ipaddress',
|
||||
InputArgument::REQUIRED,
|
||||
'IP address for which the attempts are to be reset',
|
||||
'IP address for which the attempts status is to be shown',
|
||||
)
|
||||
->addArgument(
|
||||
'action',
|
||||
|
|
|
|||
Loading…
Reference in a new issue