summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--core/Command/Security/BruteforceAttempts.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/Command/Security/BruteforceAttempts.php b/core/Command/Security/BruteforceAttempts.php
index 9237078339d..16cd9712864 100644
--- a/core/Command/Security/BruteforceAttempts.php
+++ b/core/Command/Security/BruteforceAttempts.php
@@ -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',