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>
This commit is contained in:
Andrew Ruder 2007-04-18 22:03:14 -05:00 committed by Junio C Hamano
parent 6e6db39afc
commit 27c8f8cda4

View File

@ -32,9 +32,12 @@ OPTIONS
--format=<fmt>:: --format=<fmt>::
Format of the resulting archive: 'tar', 'zip'... Format of the resulting archive: 'tar', 'zip'...
--list:: --list, -l::
Show all available formats. Show all available formats.
--verbose, -v::
Report progress to stderr.
--prefix=<prefix>/:: --prefix=<prefix>/::
Prepend <prefix>/ to each filename in the archive. Prepend <prefix>/ to each filename in the archive.