Skip to content

Commit 82d97da

Browse files
wjlgitster
authored andcommitted
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 <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent a1eb73d commit 82d97da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/git-archive.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ git-archive - Create an archive of files from a named tree
99
SYNOPSIS
1010
--------
1111
[verse]
12-
'git archive' --format=<fmt> [--list] [--prefix=<prefix>/] [<extra>]
12+
'git archive' [--format=<fmt>] [--list] [--prefix=<prefix>/] [<extra>]
1313
[--remote=<repo> [--exec=<git-upload-archive>]] <tree-ish>
1414
[path...]
1515

0 commit comments

Comments
 (0)