Skip to content

Commit

Permalink
Update core/Command/Security/BruteforceAttempts.php
Browse files Browse the repository at this point in the history
Co-authored-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com>
Signed-off-by: Josh <josh.t.richards@gmail.com>
  • Loading branch information
joshtrichards and nickvergessen authored Feb 20, 2024
1 parent a327e92 commit efeadbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/Command/Security/BruteforceAttempts.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ protected function configure(): void {
parent::configure();
$this
->setName('security:bruteforce:attempts')
->setDescription('show bruteforce attempts status for a given IP address')
->setDescription('Show bruteforce attempts status for a given IP address')
->addArgument(
'ipaddress',
InputArgument::REQUIRED,
Expand Down

0 comments on commit efeadbb

Please sign in to comment.