From 94daedde06ed7bfdfa142b0685be61940ea75801 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9my=20Romey?= Date: Fri, 27 Nov 2015 14:39:00 +0100 Subject: [PATCH] Fixed typo in the ShowCommand --- src/Composer/Command/ShowCommand.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Composer/Command/ShowCommand.php b/src/Composer/Command/ShowCommand.php index f428b330b..26f97cc40 100644 --- a/src/Composer/Command/ShowCommand.php +++ b/src/Composer/Command/ShowCommand.php @@ -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; }