소스 검색

Clarify composer archive argument optionality

Nils Adermann 12 년 전
부모
커밋
51135468f0
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/Composer/Command/ArchiveCommand.php

+ 1 - 1
src/Composer/Command/ArchiveCommand.php

@@ -46,7 +46,7 @@ The <info>archive</info> command creates an archive of the specified format
 containing the files and directories of the Composer project or the specified
 containing the files and directories of the Composer project or the specified
 package in the specified version and writes it to the specified directory.
 package in the specified version and writes it to the specified directory.
 
 
-<info>php composer.phar archive [--format=zip] [--dir=/foo] [package] [version]</info>
+<info>php composer.phar archive [--format=zip] [--dir=/foo] [package [version]]</info>
 
 
 EOT
 EOT
             )
             )