Skip to content

Commit

Permalink
Merge pull request #43726 from nextcloud/backport/43653/stable28
Browse files Browse the repository at this point in the history
  • Loading branch information
skjnldsv authored Feb 22, 2024
2 parents ff54149 + 4a008e2 commit d619724
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/Command/Security/BruteforceAttempts.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,11 @@ protected function configure(): void {
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',
Expand Down

0 comments on commit d619724

Please sign in to comment.