change help message for dev:extensions

This commit is contained in:
crazywhalecc
2023-09-12 23:29:17 +08:00
committed by Jerry Ma
parent c63136d484
commit 1a81fe6a0d

View File

@@ -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');
}
/**