Skip to content

Commit 8c3ca72

Browse files
jmahgitster
authored andcommitted
Documentation: fix git-prune example usage
Signed-off-by: Jonathon Mah <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 4a81bfa commit 8c3ca72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/git-prune.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ borrows from your repository via its
5959
`.git/objects/info/alternates`:
6060

6161
------------
62-
$ git prune $(cd ../another && $(git rev-parse --all))
62+
$ git prune $(cd ../another && git rev-parse --all)
6363
------------
6464

6565
Notes

0 commit comments

Comments
 (0)