Documentation/git-bundle.txt: fix synopsis
authorGerrit Pape <pape@smarden.org>
Tue, 27 May 2008 08:51:22 +0000 (08:51 +0000)
committerJunio C Hamano <gitster@pobox.com>
Wed, 28 May 2008 05:01:31 +0000 (22:01 -0700)
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>
Documentation/git-bundle.txt

index 505ac056e6586e0b4b19e5a8bbbb4bef86b6faf0..18330cdcd2cda94c9c16c02d70229fa16d4aeb33 100644 (file)
@@ -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...]