summaryrefslogtreecommitdiff
path: root/Documentation/git-local-pull.txt
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/git-local-pull.txt')
-rw-r--r--Documentation/git-local-pull.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/Documentation/git-local-pull.txt b/Documentation/git-local-pull.txt
index cb95334..4651e81 100644
--- a/Documentation/git-local-pull.txt
+++ b/Documentation/git-local-pull.txt
@@ -25,8 +25,9 @@ OPTIONS
Get all the objects.
-v::
Report what is downloaded.
--w::
- Writes the commit-id into the filename under $GIT_DIR/refs/ on
+
+-w <filename>::
+ Writes the commit-id into the filename under $GIT_DIR/refs/<filename> on
the local end after the transfer is complete.
Author