summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorJunio C Hamano <junkio@cox.net>2007-02-12 06:03:55 (GMT)
committerJunio C Hamano <junkio@cox.net>2007-02-12 06:03:55 (GMT)
commitc5c3fc9851e6c89f8616729552d9b8a8dfea5555 (patch)
tree8347445ec2596cd4eea6647e5f41a4fc1aa35ef9 /Documentation
parentb578e509d3d346513efda14606886a55174e5181 (diff)
downloadgit-c5c3fc9851e6c89f8616729552d9b8a8dfea5555.zip
git-c5c3fc9851e6c89f8616729552d9b8a8dfea5555.tar.gz
git-c5c3fc9851e6c89f8616729552d9b8a8dfea5555.tar.bz2
Documentation: git-rebase -C<n>
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>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/git-rebase.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-rebase.txt b/Documentation/git-rebase.txt
index 3dff2df..f2ef1f7 100644
--- a/Documentation/git-rebase.txt
+++ b/Documentation/git-rebase.txt
@@ -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