gc: don't translate literal commands
The command you type is still "git maintenance" even in other languages. Signed-off-by: Alex Henrie <alexhenrie24@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
parent
dd834d75ca
commit
8b74492135
@ -1466,7 +1466,7 @@ static char *get_maintpath(void)
|
||||
}
|
||||
|
||||
static char const * const builtin_maintenance_register_usage[] = {
|
||||
N_("git maintenance register"),
|
||||
"git maintenance register",
|
||||
NULL
|
||||
};
|
||||
|
||||
@ -1524,7 +1524,7 @@ done:
|
||||
}
|
||||
|
||||
static char const * const builtin_maintenance_unregister_usage[] = {
|
||||
N_("git maintenance unregister"),
|
||||
"git maintenance unregister",
|
||||
NULL
|
||||
};
|
||||
|
||||
@ -2540,7 +2540,7 @@ static int maintenance_start(int argc, const char **argv, const char *prefix)
|
||||
}
|
||||
|
||||
static const char *const builtin_maintenance_stop_usage[] = {
|
||||
N_("git maintenance stop"),
|
||||
"git maintenance stop",
|
||||
NULL
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user