| Index: man/src/git-rebase-update.txt
|
| diff --git a/man/src/git-rebase-update.txt b/man/src/git-rebase-update.txt
|
| index 066a1a60b2c49e407e4936d640bc0bbd09fba364..6f8e0316b33393cf58dde7e3120a370a68263c0a 100644
|
| --- a/man/src/git-rebase-update.txt
|
| +++ b/man/src/git-rebase-update.txt
|
| @@ -9,7 +9,7 @@ include::_git-rebase-update_desc.helper.txt[]
|
| SYNOPSIS
|
| --------
|
| [verse]
|
| -'git rebase-update' [-v | --verbose] [-n | --no_fetch]
|
| +'git rebase-update' [-v | --verbose] [-n | --no-fetch]
|
|
|
| DESCRIPTION
|
| -----------
|
| @@ -28,7 +28,7 @@ Fetching::
|
| of git remotes is determined, and fetched accordingly. Note that if any
|
| branches have a tag as their upstream, we are forced to pull all remotes.
|
| +
|
| -Pass `--no_fetch` to skip this phase.
|
| +Pass `--no-fetch` to skip this phase.
|
|
|
| Rebasing::
|
| All branches are rebased in topological order from roots (upstreams) to
|
| @@ -67,7 +67,7 @@ OPTIONS
|
| -------
|
|
|
| -n::
|
| ---no_fetch::
|
| +--no-fetch::
|
| Skip the `git fetch` phase of rebase-update.
|
|
|
| -v::
|
|
|