diff --git a/src/Commands/core/MaintCommands.php b/src/Commands/core/MaintCommands.php index bc66a61534..3e413bc82c 100644 --- a/src/Commands/core/MaintCommands.php +++ b/src/Commands/core/MaintCommands.php @@ -62,7 +62,7 @@ public function set(string $value): void * exit code distinguishes from a failure to complete. */ #[CLI\Command(name: self::STATUS, aliases: ['mstatus'])] - #[CLI\Usage(name: 'drush maint:status && drush cron', description: 'Only run cron when Drupal is not in maintenance mode.')] + #[CLI\Usage(name: 'drush maint:status && drush cron', description: 'Only run cron when Drupal is not in maintenance mode.')] #[CLI\Version(version: '11.5')] public function status(): int {