From 51135468f032abef8d7f5376a076e729f4f8b1da Mon Sep 17 00:00:00 2001 From: Nils Adermann Date: Thu, 7 Feb 2013 17:54:06 +0100 Subject: [PATCH] Clarify composer archive argument optionality --- src/Composer/Command/ArchiveCommand.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Composer/Command/ArchiveCommand.php b/src/Composer/Command/ArchiveCommand.php index 2cd7e1f50..a31878d99 100644 --- a/src/Composer/Command/ArchiveCommand.php +++ b/src/Composer/Command/ArchiveCommand.php @@ -46,7 +46,7 @@ The archive 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. -php composer.phar archive [--format=zip] [--dir=/foo] [package] [version] +php composer.phar archive [--format=zip] [--dir=/foo] [package [version]] EOT )