summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathon Mah <me@JonathonMah.com>2013-07-18 16:53:55 (GMT)
committerJunio C Hamano <gitster@pobox.com>2013-07-18 23:23:51 (GMT)
commit8c3ca72623121684e39be085588b9ef7c6306caa (patch)
tree0dd186b5d0301a529f659dd5a5c76b99702ac1a8
parent4a81bfa1d97ed5d1952f5b94dd7eeedddc21d457 (diff)
downloadgit-8c3ca72623121684e39be085588b9ef7c6306caa.zip
git-8c3ca72623121684e39be085588b9ef7c6306caa.tar.gz
git-8c3ca72623121684e39be085588b9ef7c6306caa.tar.bz2
Documentation: fix git-prune example usage
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 80d01b0..bf82410 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