浏览代码

Cosmetic fixes

Jordi Boggiano 13 年之前
父节点
当前提交
385075cda3

+ 1 - 1
src/Composer/Command/SearchCommand.php

@@ -26,7 +26,7 @@ class SearchCommand extends Command
     {
     {
         $this
         $this
             ->setName('search')
             ->setName('search')
-            ->setDescription('search for packages')
+            ->setDescription('Search for packages')
             ->setDefinition(array(
             ->setDefinition(array(
                 new InputArgument('tokens', InputArgument::IS_ARRAY | InputArgument::REQUIRED, 'tokens to search for'),
                 new InputArgument('tokens', InputArgument::IS_ARRAY | InputArgument::REQUIRED, 'tokens to search for'),
             ))
             ))

+ 1 - 1
src/Composer/Command/ShowCommand.php

@@ -28,7 +28,7 @@ class ShowCommand extends Command
     {
     {
         $this
         $this
             ->setName('show')
             ->setName('show')
-            ->setDescription('show package details')
+            ->setDescription('Show package details')
             ->setDefinition(array(
             ->setDefinition(array(
                 new InputArgument('package', InputArgument::REQUIRED, 'the package to inspect'),
                 new InputArgument('package', InputArgument::REQUIRED, 'the package to inspect'),
                 new InputArgument('version', InputArgument::OPTIONAL, 'the version'),
                 new InputArgument('version', InputArgument::OPTIONAL, 'the version'),

+ 1 - 1
src/Composer/Command/ValidateCommand.php

@@ -28,7 +28,7 @@ class ValidateCommand extends Command
     {
     {
         $this
         $this
             ->setName('validate')
             ->setName('validate')
-            ->setDescription('validates a composer.json')
+            ->setDescription('Validates a composer.json')
             ->setDefinition(array(
             ->setDefinition(array(
                 new InputArgument('file', InputArgument::OPTIONAL, 'path to composer.json file', './composer.json')
                 new InputArgument('file', InputArgument::OPTIONAL, 'path to composer.json file', './composer.json')
             ))
             ))