Documentation: fix git-prune example usage

Signed-off-by: Jonathon Mah <me@JonathonMah.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Jonathon Mah 2013-07-18 09:53:55 -07:00 committed by Junio C Hamano
parent 4a81bfa1d9
commit 8c3ca72623

View file

@ -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