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 /Documentation/git-prune.txt | |
parent | 4a81bfa1d97ed5d1952f5b94dd7eeedddc21d457 (diff) | |
download | git-8c3ca72623121684e39be085588b9ef7c6306caa.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>
Diffstat (limited to 'Documentation/git-prune.txt')
-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 |