From 8f9d096448127258236df02ea8af15627b79ce4a Mon Sep 17 00:00:00 2001 From: Alexander Kustov Date: Wed, 26 Oct 2016 10:15:13 +0500 Subject: [PATCH] Add description for the dump command --- Command/DumpCommand.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Command/DumpCommand.php b/Command/DumpCommand.php index a25628e..8091deb 100644 --- a/Command/DumpCommand.php +++ b/Command/DumpCommand.php @@ -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),