]> git.ipfire.org Git - thirdparty/git.git/blobdiff - Documentation/git-fsck.txt
doc: typeset long command-line options as literal
[thirdparty/git.git] / Documentation / git-fsck.txt
index 84ee92e15844588425111c1230b37ac3f0f03038..7fc68eb319678f45b81e61deca8e7a5498246ce2 100644 (file)
@@ -95,7 +95,7 @@ DISCUSSION
 git-fsck tests SHA-1 and general object sanity, and it does full tracking
 of the resulting reachability and everything else. It prints out any
 corruption it finds (missing or bad objects), and if you use the
-'--unreachable' flag it will also print out objects that exist but that
+`--unreachable` flag it will also print out objects that exist but that
 aren't reachable from any of the specified head nodes (or the default
 set, as mentioned above).