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
)