Skip to content

Commit

Permalink
Documentation: git-archive: mark --format as optional in summary
Browse files Browse the repository at this point in the history
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 <[email protected]>
Signed-off-by: Junio C Hamano <[email protected]>
  • Loading branch information
wjl authored and gitster committed Aug 28, 2009
1 parent a1eb73d commit 82d97da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Documentation/git-archive.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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...]

Expand Down

0 comments on commit 82d97da

Please sign in to comment.