git-config: Correct asciidoc documentation for --int/--bool
[gitweb.git] / Documentation / git-archive.txt
index 493474b2eeabb2f7928b0e9f91cfd1ff64763a6d..5fd3b62cf17b76b06dd8a799b03143a7203a8309 100644 (file)
@@ -8,6 +8,7 @@ git-archive - Creates an archive of files from a named tree
 
 SYNOPSIS
 --------
+[verse]
 'git-archive' --format=<fmt> [--list] [--prefix=<prefix>/] [<extra>]
              [--remote=<repo>] <tree-ish> [path...]
 
@@ -32,9 +33,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.