X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=Documentation%2Fgit-revert.txt;h=271850f51134ee9b991048b5da07775b5dde65fc;hb=5324a6339acfabdb27c9ef410525eb6b82d05002;hp=f7f4bd4689a3b160d27bc28e54a8c9a0e12e81cc;hpb=bbe99ea8f6b321d0953118fb19278b7621fe8026;p=git.git diff --git a/Documentation/git-revert.txt b/Documentation/git-revert.txt index f7f4bd468..271850f51 100644 --- a/Documentation/git-revert.txt +++ b/Documentation/git-revert.txt @@ -7,7 +7,7 @@ git-revert - Revert an existing commit SYNOPSIS -------- -'git-revert' [--edit | --no-edit] [-n] [-m parent-number] [-s] +'git revert' [--edit | --no-edit] [-n] [-m parent-number] [-s] DESCRIPTION ----------- @@ -24,7 +24,7 @@ OPTIONS -e:: --edit:: - With this option, `git-revert` will let you edit the commit + With this option, 'git-revert' will let you edit the commit message prior to committing the revert. This is the default if you run the command from a terminal. @@ -37,7 +37,7 @@ OPTIONS relative to the specified parent. --no-edit:: - With this option, `git-revert` will not start the commit + With this option, 'git-revert' will not start the commit message editor. -n::