Skip to content

Commit

Permalink
Merge pull request #49967 from nextcloud/jtr/occ-maintenance-mode-desc
Browse files Browse the repository at this point in the history
fix: Make `maintenance:mode` description more accurate + add help
  • Loading branch information
AndyScherzinger authored Jan 13, 2025
2 parents a6bcaf7 + 3f6cd15 commit f63ac94
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion core/Command/Maintenance/Mode.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ public function __construct(
protected function configure() {
$this
->setName('maintenance:mode')
->setDescription('set maintenance mode')
->setDescription('Show or toggle maintenance mode status')
->setHelp('Maintenance mode prevents new logins, locks existing sessions, and disables background jobs.')
->addOption(
'on',
null,
Expand Down

0 comments on commit f63ac94

Please sign in to comment.