Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2472)

Unified Diff: man/src/git-rebase-update.txt

Issue 436963005: Added hyphen-only options (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/depot_tools.git@master
Patch Set: Fixed options in some calling code Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « man/src/depot_tools_tutorial.demo.walkthrough.sh ('k') | tests/git_rebase_update_test.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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::
« no previous file with comments | « man/src/depot_tools_tutorial.demo.walkthrough.sh ('k') | tests/git_rebase_update_test.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698