소스 검색

plug version example to the command call

Luis Cordova 11 년 전
부모
커밋
32eba1f142
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      doc/03-cli.md

+ 1 - 1
doc/03-cli.md

@@ -401,7 +401,7 @@ This command is used to generate a zip/tar archive for a given package in a
 given version. It can also be used to archive your entire project without
 excluded/ignored files.
 
-    $ php composer.phar archive vendor/package --format=zip
+    $ php composer.phar archive vendor/package 2.0.21 --format=zip
 
 ### Options