Code

Merge branch 'maint' of git://repo.or.cz/git/fastimport into maint
[git.git] / Documentation / git-archive.txt
index 031fcd5190bf4baef7d87534ef5b6a39fe8985a9..59dfabed23696fda20d036305c98d213de2b8b9c 100644 (file)
@@ -3,7 +3,7 @@ git-archive(1)
 
 NAME
 ----
-git-archive - Creates a archive of the files in the named tree
+git-archive - Creates an archive of files from a named tree
 
 
 SYNOPSIS
@@ -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.