From c5c3fc9851e6c89f8616729552d9b8a8dfea5555 Mon Sep 17 00:00:00 2001 From: Junio C Hamano Date: Sun, 11 Feb 2007 22:03:55 -0800 Subject: [PATCH] Documentation: git-rebase -C Replace -CNUM in Synopsis section with -C to make it consistent with the description text. Signed-off-by: Junio C Hamano --- Documentation/git-rebase.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/git-rebase.txt b/Documentation/git-rebase.txt index 3dff2dfae7..f2ef1f7dc0 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 ] [] +'git-rebase' [-v] [--merge] [-C] [--onto ] [] 'git-rebase' --continue | --skip | --abort -- 2.11.4.GIT