merge: don't translate literal commands

These strings have not been modified in any translation, nor should they
be.

Signed-off-by: Alex Henrie <alexhenrie24@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
maint
Alex Henrie 2021-05-15 14:01:11 -06:00 committed by Junio C Hamano
parent 48bf2fa8ba
commit a30e43f61a
1 changed files with 2 additions and 2 deletions

View File

@ -56,8 +56,8 @@ struct strategy {

static const char * const builtin_merge_usage[] = {
N_("git merge [<options>] [<commit>...]"),
N_("git merge --abort"),
N_("git merge --continue"),
"git merge --abort",
"git merge --continue",
NULL
};