OSDN Git Service

Documentation: git-archive: mark --format as optional in summary
authorWesley J. Landaker <wjl@icecavern.net>
Fri, 28 Aug 2009 02:55:43 +0000 (20:55 -0600)
committerJunio C Hamano <gitster@pobox.com>
Fri, 28 Aug 2009 03:05:10 +0000 (20:05 -0700)
The --format option was made optional in 8ff21b1 (git-archive: make
tar the default format, 2007-04-09), but it was not marked as optional
in the summary. This trival patch just changes the summary to match
the rest of the documentation.

Signed-off-by: Wesley J. Landaker <wjl@icecavern.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-archive.txt

index 41cbf9c..818ce94 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...]