1
0
Fork 0
mirror of https://github.com/composer/composer synced 2025-05-09 08:32:56 +00:00

Fixed typo in the ShowCommand

This commit is contained in:
Jérémy Romey 2015-11-27 14:39:00 +01:00
parent 36ee5ddf97
commit 94daedde06

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;
}