aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/git-archive.txt
diff options
context:
space:
mode:
authorAndrew Ruder <andy@aeruder.net>2007-04-18 22:03:14 -0500
committerJunio C Hamano <junkio@cox.net>2007-04-18 22:06:21 -0700
commit27c8f8cda42b9e47dc18e94152b28472488bef1c (patch)
treed0e08f7a04becb2c555ab990c83e129f79ab08dd /Documentation/git-archive.txt
parent6e6db39afc305e1205a4d2dcf34680bfa80bfc24 (diff)
downloadgit-27c8f8cda42b9e47dc18e94152b28472488bef1c.tar.gz
Update git-archive documentation
Documentation/git-archive.txt: Document -v/--verbose option. Add -l as short form of --list. Signed-off-by: Andrew Ruder <andy@aeruder.net> Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'Documentation/git-archive.txt')
-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 493474b2ee..59dfabed23 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.