mirror of
https://github.com/git/git.git
synced 2025-03-22 19:16:32 +00:00
i18n: rerere: mark parseopt strings for translation
Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
parent
f22763161a
commit
0ff07f2432
@ -8,7 +8,7 @@
|
||||
#include "xdiff-interface.h"
|
||||
|
||||
static const char * const rerere_usage[] = {
|
||||
"git rerere [clear | forget path... | status | remaining | diff | gc]",
|
||||
N_("git rerere [clear | forget path... | status | remaining | diff | gc]"),
|
||||
NULL,
|
||||
};
|
||||
|
||||
@ -53,7 +53,7 @@ int cmd_rerere(int argc, const char **argv, const char *prefix)
|
||||
|
||||
struct option options[] = {
|
||||
OPT_SET_INT(0, "rerere-autoupdate", &autoupdate,
|
||||
"register clean resolutions in index", 1),
|
||||
N_("register clean resolutions in index"), 1),
|
||||
OPT_END(),
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user