diff options
author | Jonathon Mah <me@JonathonMah.com> | 2013-07-18 09:53:55 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2013-07-18 16:23:51 -0700 |
commit | 8c3ca72623121684e39be085588b9ef7c6306caa (patch) | |
tree | 0dd186b5d0301a529f659dd5a5c76b99702ac1a8 | |
parent | Documentation: remove --prune from pack-refs examples (diff) | |
download | tgif-8c3ca72623121684e39be085588b9ef7c6306caa.tar.xz |
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.txt | 2 |
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 |