From: Wesley J. Landaker Date: Fri, 28 Aug 2009 02:55:43 +0000 (-0600) Subject: Documentation: git-archive: mark --format as optional in summary X-Git-Tag: v1.6.4.2~4^2^2~1^2^2 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=82d97da30aba767e5c8406b595274af299858357;p=git.git Documentation: git-archive: mark --format as optional in summary 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 Signed-off-by: Junio C Hamano --- diff --git a/Documentation/git-archive.txt b/Documentation/git-archive.txt index 41cbf9c08..818ce9426 100644 --- a/Documentation/git-archive.txt +++ b/Documentation/git-archive.txt @@ -9,7 +9,7 @@ git-archive - Create an archive of files from a named tree SYNOPSIS -------- [verse] -'git archive' --format= [--list] [--prefix=/] [] +'git archive' [--format=] [--list] [--prefix=/] [] [--remote= [--exec=]] [path...]