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:
@ -21,7 +21,7 @@
|
||||
*/
|
||||
|
||||
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)"),
|
||||
NULL
|
||||
};
|
||||
|
Reference in New Issue
Block a user