Code

Merge branch 'jn/gitweb-search'
[git.git] / Documentation / git-revert.txt
index ac10cfbb14aba460973019d712ee90e8804de34d..6a21b37f95986ad04140be4cbef3ba011cbe5220 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