summaryrefslogtreecommitdiffstats
path: root/git-fetch.txt
diff options
context:
space:
mode:
Diffstat (limited to 'git-fetch.txt')
-rw-r--r--git-fetch.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/git-fetch.txt b/git-fetch.txt
index f123139c5..50900a50d 100644
--- a/git-fetch.txt
+++ b/git-fetch.txt
@@ -186,8 +186,8 @@ origin:
------------------------------------------------
$ git fetch origin --prune --prune-tags
$ git fetch origin --prune 'refs/tags/*:refs/tags/*'
-$ git fetch <url of origin> --prune --prune-tags
-$ git fetch <url of origin> --prune 'refs/tags/*:refs/tags/*'
+$ git fetch <url-of-origin> --prune --prune-tags
+$ git fetch <url-of-origin> --prune 'refs/tags/*:refs/tags/*'
------------------------------------------------
OUTPUT