This commit is contained in:
2021-10-19 16:36:31 +08:00
parent f76749fa48
commit 0893aa8f04
+1 -1
View File
@@ -52,7 +52,7 @@ class ServerCommand extends Command
$this->setName('sw:server') $this->setName('sw:server')
->setDescription('server start|stop|reload|restart') ->setDescription('server start|stop|reload|restart')
->addArgument('action', InputArgument::REQUIRED) ->addArgument('action', InputArgument::REQUIRED)
->addArgument('daemon', InputArgument::OPTIONAL, '', 0); ->addArgument('--daemon', InputArgument::OPTIONAL, '', 0);
} }