From 297d3e1293a360c35317c962fae831ee10087fbb Mon Sep 17 00:00:00 2001 From: u2nyakim Date: Thu, 28 Aug 2025 17:28:50 +0800 Subject: [PATCH] =?UTF-8?q?up.=20=E6=B7=BB=E5=8A=A0worker=E7=9A=84admin:wo?= =?UTF-8?q?rker?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/command/admin/Worker.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/command/admin/Worker.php b/app/command/admin/Worker.php index 4ae6a74..92a6d96 100644 --- a/app/command/admin/Worker.php +++ b/app/command/admin/Worker.php @@ -18,7 +18,7 @@ class Worker extends Command $this->setName('admin:worker') ->addArgument('action', Argument::OPTIONAL, "start|stop|restart|reload|status|connections", 'start') ->addOption('mode', 'm', Option::VALUE_OPTIONAL, 'Run the workerman server in daemon mode.') - ->setDescription('the workerman admin command'); + ->setDescription('后台系统worker服务'); } protected function execute(Input $input, Output $output)