From de459b4730e567bd17cefbe9271ca1ed416bab10 Mon Sep 17 00:00:00 2001 From: Moshe Weitzman Date: Wed, 25 Sep 2024 15:10:34 +0200 Subject: [PATCH] Try encoded ampserand in maint:status help (#6118) --- src/Commands/core/MaintCommands.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {