1
0
Fork 0
mirror of https://github.com/git/git.git synced 2024-05-27 19:16:11 +02:00

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 committed by Junio C Hamano
parent fd59c5bdee
commit 02cb8b9ee3

View File

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