aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/git-bundle.txt
diff options
context:
space:
mode:
authorGerrit Pape <pape@smarden.org>2008-05-27 08:51:22 +0000
committerJunio C Hamano <gitster@pobox.com>2008-05-27 22:01:31 -0700
commit049c1ad2d6a6f000ff0e31a28fbd9e511b01fd24 (patch)
tree49c66ca7b9ecc70e2b77860e559495e3826aef63 /Documentation/git-bundle.txt
parent109440c1bf2a3015cd9253515f07231c4cf9d65a (diff)
downloadgit-049c1ad2d6a6f000ff0e31a28fbd9e511b01fd24.tar.gz
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 <pape@smarden.org> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/git-bundle.txt')
-rw-r--r--Documentation/git-bundle.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-bundle.txt b/Documentation/git-bundle.txt
index 505ac056e6..18330cdcd2 100644
--- a/Documentation/git-bundle.txt
+++ b/Documentation/git-bundle.txt
@@ -9,7 +9,7 @@ git-bundle - Move objects and refs by archive
SYNOPSIS
--------
[verse]
-'git-bundle' create <file> [git-rev-list args]
+'git-bundle' create <file> <git-rev-list args>
'git-bundle' verify <file>
'git-bundle' list-heads <file> [refname...]
'git-bundle' unbundle <file> [refname...]