1
0
Fork 0
mirror of https://github.com/composer/composer synced 2025-05-09 16:42:57 +00:00

Cosmetic fixes

This commit is contained in:
Jordi Boggiano 2012-02-05 22:38:42 +01:00
parent 26e909a1a0
commit 385075cda3
3 changed files with 3 additions and 3 deletions

View file

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