Skip to content

Commit

Permalink
Documentation: fix git-prune example usage
Browse files Browse the repository at this point in the history
Signed-off-by: Jonathon Mah <me@JonathonMah.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
  • Loading branch information
Jonathon Mah authored and Junio C Hamano committed Jul 18, 2013
1 parent 4a81bfa commit 8c3ca72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Documentation/git-prune.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8c3ca72

Please sign in to comment.