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:
Alex Henrie 2022-09-19 23:07:09 -06:00 коммит произвёл Junio C Hamano
Родитель fd59c5bdee
Коммит 02cb8b9ee3
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -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
};