From b250d63fd82f03be6ce5a60fad5c4f1d16917dab Mon Sep 17 00:00:00 2001 From: Igor Wiedler Date: Thu, 8 Nov 2012 11:36:23 +0100 Subject: [PATCH] Uppercase first character of dump-autoload description --- src/Composer/Command/DumpAutoloadCommand.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Composer/Command/DumpAutoloadCommand.php b/src/Composer/Command/DumpAutoloadCommand.php index 20309d3df..710c25bc6 100755 --- a/src/Composer/Command/DumpAutoloadCommand.php +++ b/src/Composer/Command/DumpAutoloadCommand.php @@ -28,7 +28,7 @@ class DumpAutoloadCommand extends Command $this ->setName('dump-autoload') ->setAliases(array('dumpautoload')) - ->setDescription('dumps the autoloader') + ->setDescription('Dumps the autoloader') ->setDefinition(array( new InputOption('optimize', 'o', InputOption::VALUE_NONE, 'Optimizes PSR0 packages to be loaded with classmaps too, good for production.'), ))