From 1a81fe6a0d763a3b2119174e02b1fd3220063c78 Mon Sep 17 00:00:00 2001 From: crazywhalecc Date: Tue, 12 Sep 2023 23:29:17 +0800 Subject: [PATCH] change help message for dev:extensions --- src/SPC/command/dev/AllExtCommand.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/SPC/command/dev/AllExtCommand.php b/src/SPC/command/dev/AllExtCommand.php index cc8169ae..52eb38dc 100644 --- a/src/SPC/command/dev/AllExtCommand.php +++ b/src/SPC/command/dev/AllExtCommand.php @@ -19,7 +19,7 @@ class AllExtCommand extends BaseCommand { public function configure(): void { - $this->addArgument('extensions', InputArgument::OPTIONAL, 'The extensions will be shown, comma separated'); + $this->addArgument('extensions', InputArgument::OPTIONAL, 'List of extensions that will be displayed, comma separated'); } /**