浏览代码

Uppercase first character of dump-autoload description

Igor Wiedler 13 年之前
父节点
当前提交
b250d63fd8
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/Composer/Command/DumpAutoloadCommand.php

+ 1 - 1
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.'),
             ))