summaryrefslogtreecommitdiffstats
path: root/git-rebase.txt
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2007-02-12 07:15:35 +0000
committerJunio C Hamano <junio@hera.kernel.org>2007-02-12 07:15:35 +0000
commit9dd8bb07118fe70186522d7d8fd7da7a785a2a5e (patch)
tree8185046ca73ba739381e03f0c56f7e95d3679b3b /git-rebase.txt
parent9cb74f2e1ce669d810cf666f33749c4785472ba6 (diff)
downloadgit-htmldocs-9dd8bb07118fe70186522d7d8fd7da7a785a2a5e.tar.gz
Autogenerated HTML docs for v1.5.0-rc4-345-gb4d2
Diffstat (limited to 'git-rebase.txt')
-rw-r--r--git-rebase.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/git-rebase.txt b/git-rebase.txt
index 3dff2dfae..f2ef1f7dc 100644
--- a/git-rebase.txt
+++ b/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