Merge branch 'ab/doc-synopsis-and-cmd-usage'
Doc and message fix. * ab/doc-synopsis-and-cmd-usage: i18n: fix command template placeholder format
This commit is contained in:
commit
fd8dcbb07c
@ -8,7 +8,7 @@ git-revert - Revert some existing commits
|
|||||||
SYNOPSIS
|
SYNOPSIS
|
||||||
--------
|
--------
|
||||||
[verse]
|
[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)
|
'git revert' (--continue | --skip | --abort | --quit)
|
||||||
|
|
||||||
DESCRIPTION
|
DESCRIPTION
|
||||||
|
@ -21,7 +21,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
static const char * const revert_usage[] = {
|
static const char * const revert_usage[] = {
|
||||||
N_("git revert [--[no-]edit] [-n] [-m parent-number] [-s] [-S[<keyid>]] <commit>..."),
|
N_("git revert [--[no-]edit] [-n] [-m <parent-number>] [-s] [-S[<keyid>]] <commit>..."),
|
||||||
N_("git revert (--continue | --skip | --abort | --quit)"),
|
N_("git revert (--continue | --skip | --abort | --quit)"),
|
||||||
NULL
|
NULL
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user