]> git.ipfire.org Git - thirdparty/git.git/blobdiff - Documentation/git-prune.txt
Documentation: be consistent about "git-" versus "git "
[thirdparty/git.git] / Documentation / git-prune.txt
index ec335d6fab6e9639a7f7d93c5b88002e2192fd4c..10930000c54346a3cc81266a3808566c15f15d7e 100644 (file)
@@ -22,7 +22,7 @@ objects specified on the command line, and prunes all unpacked
 objects unreachable from any of these head objects from the object database.
 In addition, it
 prunes the unpacked objects that are also found in packs by
-running `git prune-packed`.
+running `git-prune-packed`.
 
 Note that unreachable, packed objects will remain.  If this is
 not desired, see linkgit:git-repack[1].
@@ -53,7 +53,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