Skip to content

Commit 02cb8b9

Browse files
alexhenriegitster
authored andcommitted
fsmonitor--daemon: don't translate literal commands
These commands have no placeholders to be translated. Signed-off-by: Alex Henrie <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent fd59c5b commit 02cb8b9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

builtin/fsmonitor--daemon.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
static const char * const builtin_fsmonitor__daemon_usage[] = {
1313
N_("git fsmonitor--daemon start [<options>]"),
1414
N_("git fsmonitor--daemon run [<options>]"),
15-
N_("git fsmonitor--daemon stop"),
16-
N_("git fsmonitor--daemon status"),
15+
"git fsmonitor--daemon stop",
16+
"git fsmonitor--daemon status",
1717
NULL
1818
};
1919

0 commit comments

Comments
 (0)