mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
Merge pull request #49967 from nextcloud/jtr/occ-maintenance-mode-desc
fix: Make `maintenance:mode` description more accurate + add help
This commit is contained in:
commit
f63ac94b34
1 changed files with 2 additions and 1 deletions
|
|
@ -24,7 +24,8 @@ class Mode extends Command {
|
|||
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,
|
||||
|
|
|
|||
Loading…
Reference in a new issue