Update the desc

This commit is contained in:
huangzhhui 2020-03-05 14:39:23 +08:00
parent a7e5ac12f9
commit 30767e8cc4

View File

@ -50,8 +50,8 @@ class InfoRouteCommand extends SymfonyCommand
protected function configure() protected function configure()
{ {
$this->setDescription('Describe the routes infomation.') $this->setDescription('Describe the routes information.')
->addOption('path', 'p', InputOption::VALUE_OPTIONAL, 'Detail of the specified route'); ->addOption('path', 'p', InputOption::VALUE_OPTIONAL, 'Get the detail of the specified route information by path');
} }
protected function execute(InputInterface $input, OutputInterface $output) protected function execute(InputInterface $input, OutputInterface $output)