Add description for the dump command

This commit is contained in:
Alexander Kustov 2016-10-26 10:15:13 +05:00
parent 958e697981
commit 8f9d096448

View File

@ -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),