aboutsummaryrefslogtreecommitdiffstats
path: root/builtin/help.c
diff options
context:
space:
mode:
authorJean-Noël Avila <jn.avila@free.fr>2022-01-31 22:07:48 +0000
committerJunio C Hamano <gitster@pobox.com>2022-02-04 13:58:28 -0800
commit959d670d1a42af282a55551a3f03642592f64eb6 (patch)
treeb15562d0dcef4f3fe80f438102ddc48644fb5bd2 /builtin/help.c
parent1a8aea857e4225a9d35a531869fd47777f3063d6 (diff)
downloadgit-959d670d1a42af282a55551a3f03642592f64eb6.tar.gz
i18n: remove from i18n strings that do not hold translatable parts
Signed-off-by: Jean-Noël Avila <jn.avila@free.fr> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'builtin/help.c')
-rw-r--r--builtin/help.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/builtin/help.c b/builtin/help.c
index d387131dd8..b4f2ad3f94 100644
--- a/builtin/help.c
+++ b/builtin/help.c
@@ -77,8 +77,8 @@ static struct option builtin_help_options[] = {
static const char * const builtin_help_usage[] = {
N_("git help [-a|--all] [--[no-]verbose]]\n"
" [[-i|--info] [-m|--man] [-w|--web]] [<command>]"),
- N_("git help [-g|--guides]"),
- N_("git help [-c|--config]"),
+ "git help [-g|--guides]",
+ "git help [-c|--config]",
NULL
};