瀏覽代碼

Fixed typo in the ShowCommand

Jérémy Romey 9 年之前
父節點
當前提交
94daedde06
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/Composer/Command/ShowCommand.php

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