]> git.ipfire.org Git - thirdparty/git.git/blobdiff - Documentation/git-prune.txt
Documentation: fix git-prune example usage
[thirdparty/git.git] / Documentation / git-prune.txt
index 80d01b05710e250a5f1d548fca3fba54d50e0f29..bf824108c116a34972d1dacf1e9fb77db097b2c5 100644 (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