diff --git a/man/html/git-retry.html b/man/html/git-retry.html index f6c7ea889..3a13a1fdc 100644 --- a/man/html/git-retry.html +++ b/man/html/git-retry.html @@ -755,7 +755,7 @@ git-retry(1) Manual Page

SYNOPSIS

-
git retry [-v] [-c COUNT] [-d DELAY] [-e] — <git_subcommand>
+
git retry [-v] [-c COUNT] [-d DELAY] [-D DELAY_FACTOR] — <git_subcommand>
@@ -844,14 +844,14 @@ failure, it will exit with the exit code of the last failed attempt.

Part of the chromium depot_tools(7) suite. These tools are meant to assist with the development of chromium and related projects. Download the tools -from here.

+from here.


diff --git a/man/man1/git-retry.1 b/man/man1/git-retry.1 index 19d84924f..a904f162d 100644 --- a/man/man1/git-retry.1 +++ b/man/man1/git-retry.1 @@ -2,12 +2,12 @@ .\" Title: git-retry .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] .\" Generator: DocBook XSL Stylesheets v1.78.1 -.\" Date: 07/21/2016 +.\" Date: 09/02/2016 .\" Manual: Chromium depot_tools Manual -.\" Source: depot_tools bf2a341 +.\" Source: depot_tools ba1b0f3 .\" 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 .\" ----------------------------------------------------------------- @@ -32,7 +32,7 @@ git-retry \- Bootstrap function to retry a git command\&. .SH "SYNOPSIS" .sp .nf -\fIgit retry\fR [\-v] [\-c COUNT] [\-d DELAY] [\-e] \(em \fI\fR +\fIgit retry\fR [\-v] [\-c COUNT] [\-d DELAY] [\-D DELAY_FACTOR] \(em \fI\fR .fi .sp .SH "DESCRIPTION" @@ -104,5 +104,5 @@ Part of the chromium \fBdepot_tools\fR(7) suite\&. These tools are meant to assi .IP " 1." 4 here .RS 4 -\%https://chromium.googlesource.com/chromium/tools/depot_tools +\%https://chromium.googlesource.com/chromium/tools/depot_tools.git .RE diff --git a/man/src/git-retry.txt b/man/src/git-retry.txt index 055691a25..24ed2d68c 100644 --- a/man/src/git-retry.txt +++ b/man/src/git-retry.txt @@ -9,7 +9,7 @@ include::_git-retry_desc.helper.txt[] SYNOPSIS -------- [verse] -'git retry' [-v] [-c COUNT] [-d DELAY] [-e] -- __ +'git retry' [-v] [-c COUNT] [-d DELAY] [-D DELAY_FACTOR] -- __ DESCRIPTION -----------