We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a6bcaf7 + 3f6cd15 commit f63ac94Copy full SHA for f63ac94
core/Command/Maintenance/Mode.php
@@ -24,7 +24,8 @@ public function __construct(
24
protected function configure() {
25
$this
26
->setName('maintenance:mode')
27
- ->setDescription('set maintenance mode')
+ ->setDescription('Show or toggle maintenance mode status')
28
+ ->setHelp('Maintenance mode prevents new logins, locks existing sessions, and disables background jobs.')
29
->addOption(
30
'on',
31
null,
0 commit comments