From 9715580bc02fe044c51511ca0daa302cbe901e60 Mon Sep 17 00:00:00 2001 From: Martin Herndl Date: Fri, 25 Feb 2022 20:47:19 +0100 Subject: [PATCH] Add file agument to archive help (#10574) --- 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 acf72c548..a6372bdaa 100644 --- a/src/Composer/Command/ArchiveCommand.php +++ b/src/Composer/Command/ArchiveCommand.php @@ -61,7 +61,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] [--file=filename] [package [version]] Read more at https://getcomposer.org/doc/03-cli.md#archive EOT