summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Documentation/git-archive.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/Documentation/git-archive.txt b/Documentation/git-archive.txt
index 493474b..59dfabe 100644
--- a/Documentation/git-archive.txt
+++ b/Documentation/git-archive.txt
@@ -32,9 +32,12 @@ OPTIONS
--format=<fmt>::
Format of the resulting archive: 'tar', 'zip'...
---list::
+--list, -l::
Show all available formats.
+--verbose, -v::
+ Report progress to stderr.
+
--prefix=<prefix>/::
Prepend <prefix>/ to each filename in the archive.