]> git.ipfire.org Git - thirdparty/git.git/blobdiff - Documentation/git-archive.txt
Documentation: be consistent about "git-" versus "git "
[thirdparty/git.git] / Documentation / git-archive.txt
index a3e36dbb0d16541baf2fe51dd053803ff9aa8cbf..1b0d7829f0de0776148400632f39d47dd9d19a43 100644 (file)
@@ -9,7 +9,7 @@ git-archive - Create an archive of files from a named tree
 SYNOPSIS
 --------
 [verse]
-'git-archive' --format=<fmt> [--list] [--prefix=<prefix>/] [<extra>]
+'git archive' --format=<fmt> [--list] [--prefix=<prefix>/] [<extra>]
              [--remote=<repo> [--exec=<git-upload-archive>]] <tree-ish>
              [path...]
 
@@ -36,10 +36,12 @@ OPTIONS
        Format of the resulting archive: 'tar' or 'zip'.  The default
        is 'tar'.
 
---list, -l::
+-l::
+--list::
        Show all available formats.
 
---verbose, -v::
+-v::
+--verbose::
        Report progress to stderr.
 
 --prefix=<prefix>/::