Code

Documentation: git-rebase -C<n>
authorJunio C Hamano <junkio@cox.net>
Mon, 12 Feb 2007 06:03:55 +0000 (22:03 -0800)
committerJunio 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>
Documentation/git-rebase.txt

index 3dff2dfae781e26ebe500d0197c2c98415b748de..f2ef1f7dc093432e8b6c5644cbac5c5e857cb0ca 100644 (file)
@@ -7,7 +7,7 @@ git-rebase - Forward-port local commits to the updated upstream head
 
 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