diff --git a/core/Command/Security/BruteforceAttempts.php b/core/Command/Security/BruteforceAttempts.php index 9237078339d71..16cd97128648c 100644 --- a/core/Command/Security/BruteforceAttempts.php +++ b/core/Command/Security/BruteforceAttempts.php @@ -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',