Documentation: quote double-dash for AsciiDoc
[gitweb.git] / Documentation / git-revert.txt
index 752fc88e768e4b8e1afddad4bdd7833cf20978c7..ab994abdbd586bab87f6f37a39a9da576bd03c2f 100644 (file)
@@ -23,7 +23,7 @@ throw away all uncommitted changes in your working directory, you
 should see linkgit:git-reset[1], particularly the '--hard' option.  If
 you want to extract specific files as they were in another commit, you
 should see linkgit:git-checkout[1], specifically the `git checkout
-<commit> -- <filename>` syntax.  Take care with these alternatives as
+<commit> \-- <filename>` syntax.  Take care with these alternatives as
 both will discard uncommitted changes in your working directory.
 
 OPTIONS