From 74951b5377fee5efe6b673bce877f78fcead2b16 Mon Sep 17 00:00:00 2001 From: Henk Poley Date: Tue, 7 Dec 2021 15:53:07 +0100 Subject: [PATCH] Document archive --format=tar.gz (#10087) --- doc/03-cli.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/03-cli.md b/doc/03-cli.md index 727e5fc5d..53c6ced5a 100644 --- a/doc/03-cli.md +++ b/doc/03-cli.md @@ -953,8 +953,8 @@ php composer.phar archive vendor/package 2.0.21 --format=zip ### Options -* **--format (-f):** Format of the resulting archive: tar or zip (default: - "tar") +* **--format (-f):** Format of the resulting archive: tar, tar.gz or zip + (default: "tar") * **--dir:** Write the archive to this directory (default: ".") * **--file:** Write the archive with the given file name.