Commit f1fcda41 authored by estaab's avatar estaab Committed by Commit bot

Docs: Fix git retry usage flag name.

BUG=

Review-Url: https://codereview.chromium.org/2304393002
parent 02dbeb85
...@@ -755,7 +755,7 @@ git-retry(1) Manual Page ...@@ -755,7 +755,7 @@ git-retry(1) Manual Page
<h2 id="_synopsis">SYNOPSIS</h2> <h2 id="_synopsis">SYNOPSIS</h2>
<div class="sectionbody"> <div class="sectionbody">
<div class="verseblock"> <div class="verseblock">
<pre class="content"><em>git retry</em> [-v] [-c COUNT] [-d DELAY] [-e]&#8201;&#8212;&#8201;<em>&lt;git_subcommand&gt;</em></pre> <pre class="content"><em>git retry</em> [-v] [-c COUNT] [-d DELAY] [-D DELAY_FACTOR]&#8201;&#8212;&#8201;<em>&lt;git_subcommand&gt;</em></pre>
<div class="attribution"> <div class="attribution">
</div></div> </div></div>
</div> </div>
...@@ -844,14 +844,14 @@ failure, it will exit with the exit code of the last failed attempt.</p></div> ...@@ -844,14 +844,14 @@ failure, it will exit with the exit code of the last failed attempt.</p></div>
<div class="sectionbody"> <div class="sectionbody">
<div class="paragraph"><p>Part of the chromium <a href="depot_tools.html">depot_tools(7)</a> suite. These tools are meant to <div class="paragraph"><p>Part of the chromium <a href="depot_tools.html">depot_tools(7)</a> suite. These tools are meant to
assist with the development of chromium and related projects. Download the tools assist with the development of chromium and related projects. Download the tools
from <a href="https://chromium.googlesource.com/chromium/tools/depot_tools">here</a>.</p></div> from <a href="https://chromium.googlesource.com/chromium/tools/depot_tools.git">here</a>.</p></div>
</div> </div>
</div> </div>
</div> </div>
<div id="footnotes"><hr /></div> <div id="footnotes"><hr /></div>
<div id="footer"> <div id="footer">
<div id="footer-text"> <div id="footer-text">
Last updated 2016-07-21 10:09:00 PDT Last updated 2016-09-02 15:58:02 PDT
</div> </div>
</div> </div>
</body> </body>
......
...@@ -2,12 +2,12 @@ ...@@ -2,12 +2,12 @@
.\" Title: git-retry .\" Title: git-retry
.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
.\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/> .\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
.\" Date: 07/21/2016 .\" Date: 09/02/2016
.\" Manual: Chromium depot_tools Manual .\" Manual: Chromium depot_tools Manual
.\" Source: depot_tools bf2a341 .\" Source: depot_tools ba1b0f3
.\" Language: English .\" Language: English
.\" .\"
.TH "GIT\-RETRY" "1" "07/21/2016" "depot_tools bf2a341" "Chromium depot_tools Manual" .TH "GIT\-RETRY" "1" "09/02/2016" "depot_tools ba1b0f3" "Chromium depot_tools Manual"
.\" ----------------------------------------------------------------- .\" -----------------------------------------------------------------
.\" * Define some portability stuff .\" * Define some portability stuff
.\" ----------------------------------------------------------------- .\" -----------------------------------------------------------------
...@@ -32,7 +32,7 @@ git-retry \- Bootstrap function to retry a git command\&. ...@@ -32,7 +32,7 @@ git-retry \- Bootstrap function to retry a git command\&.
.SH "SYNOPSIS" .SH "SYNOPSIS"
.sp .sp
.nf .nf
\fIgit retry\fR [\-v] [\-c COUNT] [\-d DELAY] [\-e] \(em \fI<git_subcommand>\fR \fIgit retry\fR [\-v] [\-c COUNT] [\-d DELAY] [\-D DELAY_FACTOR] \(em \fI<git_subcommand>\fR
.fi .fi
.sp .sp
.SH "DESCRIPTION" .SH "DESCRIPTION"
...@@ -104,5 +104,5 @@ Part of the chromium \fBdepot_tools\fR(7) suite\&. These tools are meant to assi ...@@ -104,5 +104,5 @@ Part of the chromium \fBdepot_tools\fR(7) suite\&. These tools are meant to assi
.IP " 1." 4 .IP " 1." 4
here here
.RS 4 .RS 4
\%https://chromium.googlesource.com/chromium/tools/depot_tools \%https://chromium.googlesource.com/chromium/tools/depot_tools.git
.RE .RE
...@@ -9,7 +9,7 @@ include::_git-retry_desc.helper.txt[] ...@@ -9,7 +9,7 @@ include::_git-retry_desc.helper.txt[]
SYNOPSIS SYNOPSIS
-------- --------
[verse] [verse]
'git retry' [-v] [-c COUNT] [-d DELAY] [-e] -- _<git_subcommand>_ 'git retry' [-v] [-c COUNT] [-d DELAY] [-D DELAY_FACTOR] -- _<git_subcommand>_
DESCRIPTION DESCRIPTION
----------- -----------
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment