1
0
Fork 0

Merge pull request #4649 from jeremyFreeAgent/fix-typo

Fixed typo in the ShowCommand
pull/4656/head
Rob 2015-11-27 23:07:42 +01:00
commit 18add45cbf
1 changed files with 1 additions and 1 deletions

View File

@ -148,7 +148,7 @@ EOT
// show tree view if requested
if ($input->getOption('tree')) {
if (!$input->getOption('installed')) {
$io->writeError('The --tree (-t) option is only usable in combination with --installed (-t) or by passing a single package name to show');
$io->writeError('The --tree (-t) option is only usable in combination with --installed (-i) or by passing a single package name to show');
return 1;
}