@@ -26,7 +26,7 @@ class SearchCommand extends Command
{
$this
->setName('search')
- ->setDescription('search for packages')
+ ->setDescription('Search for packages')
->setDefinition(array(
new InputArgument('tokens', InputArgument::IS_ARRAY | InputArgument::REQUIRED, 'tokens to search for'),
))
@@ -28,7 +28,7 @@ class ShowCommand extends Command
->setName('show')
- ->setDescription('show package details')
+ ->setDescription('Show package details')
new InputArgument('package', InputArgument::REQUIRED, 'the package to inspect'),
new InputArgument('version', InputArgument::OPTIONAL, 'the version'),
@@ -28,7 +28,7 @@ class ValidateCommand extends Command
->setName('validate')
- ->setDescription('validates a composer.json')
+ ->setDescription('Validates a composer.json')
new InputArgument('file', InputArgument::OPTIONAL, 'path to composer.json file', './composer.json')