summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: b578e50)
raw | patch | inline | side by side (parent: b578e50)
author | Junio C Hamano <junkio@cox.net> | |
Mon, 12 Feb 2007 06:03:55 +0000 (22:03 -0800) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Mon, 12 Feb 2007 06:03:55 +0000 (22:03 -0800) |
Replace -CNUM in Synopsis section with -C<n> to make it consistent with
the description text.
Signed-off-by: Junio C Hamano <junkio@cox.net>
the description text.
Signed-off-by: Junio C Hamano <junkio@cox.net>
Documentation/git-rebase.txt | patch | blob | history |
index 3dff2dfae781e26ebe500d0197c2c98415b748de..f2ef1f7dc093432e8b6c5644cbac5c5e857cb0ca 100644 (file)
SYNOPSIS
--------
-'git-rebase' [-v] [--merge] [-CNUM] [--onto <newbase>] <upstream> [<branch>]
+'git-rebase' [-v] [--merge] [-C<n>] [--onto <newbase>] <upstream> [<branch>]
'git-rebase' --continue | --skip | --abort