Skip to content

Commit 049c1ad

Browse files
g-papegitster
authored andcommitted
Documentation/git-bundle.txt: fix synopsis
The <git-rev-list args> are mandatory to git bundle create, not optional. The usage output of git bundle is already right on this. Signed-off-by: Gerrit Pape <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 109440c commit 049c1ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/git-bundle.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ git-bundle - Move objects and refs by archive
99
SYNOPSIS
1010
--------
1111
[verse]
12-
'git-bundle' create <file> [git-rev-list args]
12+
'git-bundle' create <file> <git-rev-list args>
1313
'git-bundle' verify <file>
1414
'git-bundle' list-heads <file> [refname...]
1515
'git-bundle' unbundle <file> [refname...]

0 commit comments

Comments
 (0)