summaryrefslogtreecommitdiff
path: root/Documentation/git-rpull.txt
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/git-rpull.txt')
-rw-r--r--Documentation/git-rpull.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/Documentation/git-rpull.txt b/Documentation/git-rpull.txt
index 3a8386629b..a6c40ae97c 100644
--- a/Documentation/git-rpull.txt
+++ b/Documentation/git-rpull.txt
@@ -10,7 +10,7 @@ git-rpull - Pulls from a remote repository over ssh connection
SYNOPSIS
--------
-'git-rpull' [-c] [-t] [-a] [-d] [-v] commit-id url
+'git-rpull' [-c] [-t] [-a] [-d] [-v] [--recover] commit-id url
DESCRIPTION
-----------
@@ -29,6 +29,9 @@ OPTIONS
Do not check for delta base objects (use this option
only when you know the remote repository is not
deltified).
+--recover::
+ Check dependency of deltified object more carefully than
+ usual, to recover after earlier pull that was interrupted.
-v::
Report what is downloaded.