summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathon Mah <me@JonathonMah.com>2013-07-18 09:53:55 -0700
committerJunio C Hamano <gitster@pobox.com>2013-07-18 16:23:51 -0700
commit8c3ca72623121684e39be085588b9ef7c6306caa (patch)
tree0dd186b5d0301a529f659dd5a5c76b99702ac1a8
parent4a81bfa1d97ed5d1952f5b94dd7eeedddc21d457 (diff)
downloadgit-jm/doc-ref-prune.tar.gz
Documentation: fix git-prune example usagejm/doc-ref-prune
Signed-off-by: Jonathon Mah <me@JonathonMah.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rw-r--r--Documentation/git-prune.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-prune.txt b/Documentation/git-prune.txt
index 80d01b0571..bf824108c1 100644
--- a/Documentation/git-prune.txt
+++ b/Documentation/git-prune.txt
@@ -59,7 +59,7 @@ borrows from your repository via its
`.git/objects/info/alternates`:
------------
-$ git prune $(cd ../another && $(git rev-parse --all))
+$ git prune $(cd ../another && git rev-parse --all)
------------
Notes