Documentation: fix git-prune example usage

Signed-off-by: Jonathon Mah <me@JonathonMah.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
maint
Jonathon Mah 2013-07-18 09:53:55 -07:00 committed by Junio C Hamano
parent 4a81bfa1d9
commit 8c3ca72623
1 changed files with 1 additions and 1 deletions

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