mirror of
https://github.com/retailcrm/NelmioApiDocBundle.git
synced 2025-04-02 21:36:14 +03:00
Merge pull request #926 from kustov-an/dump_command_description
Add description for the dump command
This commit is contained in:
commit
95017bf780
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ class DumpCommand extends ContainerAwareCommand
|
|||
protected function configure()
|
||||
{
|
||||
$this
|
||||
->setDescription('')
|
||||
->setDescription('Dumps API documentation in various formats')
|
||||
->addOption(
|
||||
'format', '', InputOption::VALUE_REQUIRED,
|
||||
'Output format like: ' . implode(', ', $this->availableFormats),
|
||||
|
|
Loading…
Add table
Reference in a new issue