diff --git a/Command/ValidateConnectionsCommand.php b/Command/ValidateConnectionsCommand.php index a59f805..ba4486c 100644 --- a/Command/ValidateConnectionsCommand.php +++ b/Command/ValidateConnectionsCommand.php @@ -20,7 +20,7 @@ * * USE: php bin/console imap-bundle:validate-connections */ -#[AsCommand(name: 'imap-bundle:validate-connections', description: 'Validate if all Mailboxes can connect correct. If not, return 1.')] +#[AsCommand(name: 'imap-bundle:validate-connections', description: 'Check if a connection can be established to all mailboxes. If not, return 1.')] class ValidateConnectionsCommand extends Command { protected ?InputInterface $input;