git-tar-tree: no more void pointer arithmetic
[git.git] / Documentation / git-revert.txt
index f471037..71f7815 100644 (file)
@@ -3,7 +3,7 @@ git-revert(1)
 
 NAME
 ----
-git-revert - Revert an existing commit.
+git-revert - Revert an existing commit
 
 SYNOPSIS
 --------
@@ -20,7 +20,7 @@ OPTIONS
 <commit>::
        Commit to revert.
 
---edit::
+-e|--edit::
        With this option, `git-revert` will let you edit the commit
        message prior committing the revert. This is the default if
        you run the command from a terminal.
@@ -29,7 +29,7 @@ OPTIONS
        With this option, `git-revert` will not start the commit
        message editor.
 
--n::
+-n|--no-commit::
        Usually the command automatically creates a commit with
        a commit log message stating which commit was reverted.
        This flag applies the change necessary to revert the