mirror of
https://gitee.com/hyperf/hyperf.git
synced 2024-12-01 11:17:54 +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()
|
||||
{
|
||||
$this->setDescription('Describe the routes infomation.')
|
||||
->addOption('path', 'p', InputOption::VALUE_OPTIONAL, 'Detail of the specified route');
|
||||
$this->setDescription('Describe the routes information.')
|
||||
->addOption('path', 'p', InputOption::VALUE_OPTIONAL, 'Get the detail of the specified route information by path');
|
||||
}
|
||||
|
||||
protected function execute(InputInterface $input, OutputInterface $output)
|
||||
|
Loading…
Reference in New Issue
Block a user