mirror of
https://github.com/nextcloud/server.git
synced 2026-06-09 08:44:07 -04:00
fix: Make maintenance:mode description more accurate + add help
Signed-off-by: Josh <josh.t.richards@gmail.com>
This commit is contained in:
parent
c54038cae6
commit
3f6cd154ef
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