summaryrefslogtreecommitdiffstats
path: root/git-pull.html
diff options
context:
space:
mode:
Diffstat (limited to 'git-pull.html')
-rw-r--r--git-pull.html5
1 files changed, 3 insertions, 2 deletions
diff --git a/git-pull.html b/git-pull.html
index 98e52b9aa..9619fa577 100644
--- a/git-pull.html
+++ b/git-pull.html
@@ -1179,11 +1179,12 @@ unless you have read <a href="git-rebase.html">git-rebase(1)</a> carefully.</td>
<h3 id="_options_related_to_fetching">Options related to fetching</h3>
<div class="dlist"><dl>
<dt class="hdlist1">
---all
+--[no-]all
</dt>
<dd>
<p>
- Fetch all remotes.
+ Fetch all remotes. This overrides the configuration variable
+ <code>fetch.all</code>.
</p>
</dd>
<dt class="hdlist1">