cmd-list: add git-remote
[gitweb.git] / 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