aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/git-revert.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2022-11-29 10:41:06 +0900
committerJunio C Hamano <gitster@pobox.com>2022-11-29 10:41:06 +0900
commitfd8dcbb07c9d3ef02f8a6b7594b4b76d6b61ee58 (patch)
tree82a60d0ff24d63cb868a75a5fc1d90ed7b313c80 /Documentation/git-revert.txt
parent8350c3493032d4fa1ae32bd79fd83bf3abbaf339 (diff)
parentd1ddc4e3f6ef039d72f2291b13d38647ebb49067 (diff)
downloadgit-fd8dcbb07c9d3ef02f8a6b7594b4b76d6b61ee58.tar.gz
Merge branch 'ab/doc-synopsis-and-cmd-usage'
Doc and message fix. * ab/doc-synopsis-and-cmd-usage: i18n: fix command template placeholder format
Diffstat (limited to 'Documentation/git-revert.txt')
-rw-r--r--Documentation/git-revert.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-revert.txt b/Documentation/git-revert.txt
index 5016755efb..d2e10d3dce 100644
--- a/Documentation/git-revert.txt
+++ b/Documentation/git-revert.txt
@@ -8,7 +8,7 @@ git-revert - Revert some existing commits
SYNOPSIS
--------
[verse]
-'git revert' [--[no-]edit] [-n] [-m parent-number] [-s] [-S[<keyid>]] <commit>...
+'git revert' [--[no-]edit] [-n] [-m <parent-number>] [-s] [-S[<keyid>]] <commit>...
'git revert' (--continue | --skip | --abort | --quit)
DESCRIPTION