Skip to content

Commit

Permalink
Merge pull request #926 from kustov-an/dump_command_description
Browse files Browse the repository at this point in the history
Add description for the dump command
  • Loading branch information
willdurand committed Oct 26, 2016
2 parents 958e697 + 8f9d096 commit 95017bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Command/DumpCommand.php
Expand Up @@ -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),
Expand Down

0 comments on commit 95017bf

Please sign in to comment.