1
0
Fork 0

Clarify composer archive argument optionality

pull/1567/head
Nils Adermann 2013-02-07 17:54:06 +01:00
parent 735b59c1d6
commit 51135468f0
1 changed files with 1 additions and 1 deletions

View File

@ -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
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
)