mirror of
https://gitee.com/hyperf/hyperf.git
synced 2024-12-04 04:37:46 +08:00
Update the desc
This commit is contained in:
parent
a7e5ac12f9
commit
30767e8cc4
@ -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)
|
||||||
|
Loading…
Reference in New Issue
Block a user