зеркало из https://github.com/microsoft/git.git
fsmonitor--daemon: don't translate literal commands
These commands have no placeholders to be translated. Signed-off-by: Alex Henrie <alexhenrie24@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Родитель
fd59c5bdee
Коммит
02cb8b9ee3
|
@ -12,8 +12,8 @@
|
|||
static const char * const builtin_fsmonitor__daemon_usage[] = {
|
||||
N_("git fsmonitor--daemon start [<options>]"),
|
||||
N_("git fsmonitor--daemon run [<options>]"),
|
||||
N_("git fsmonitor--daemon stop"),
|
||||
N_("git fsmonitor--daemon status"),
|
||||
"git fsmonitor--daemon stop",
|
||||
"git fsmonitor--daemon status",
|
||||
NULL
|
||||
};
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче