i18n: fix command template placeholder format
Signed-off-by: Jean-Noël Avila <jn.avila@free.fr> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:

committed by
Junio C Hamano

parent
a0343f3002
commit
d1ddc4e3f6
@ -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