From: Gerrit Pape Date: Tue, 27 May 2008 08:51:22 +0000 (+0000) Subject: Documentation/git-bundle.txt: fix synopsis X-Git-Tag: v1.5.5.3~4 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=049c1ad2d6a6f000ff0e31a28fbd9e511b01fd24;p=git.git Documentation/git-bundle.txt: fix synopsis The are mandatory to git bundle create, not optional. The usage output of git bundle is already right on this. Signed-off-by: Gerrit Pape Signed-off-by: Junio C Hamano --- diff --git a/Documentation/git-bundle.txt b/Documentation/git-bundle.txt index 505ac056e..18330cdcd 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 [git-rev-list args] +'git-bundle' create 'git-bundle' verify 'git-bundle' list-heads [refname...] 'git-bundle' unbundle [refname...]