diff options
| author | Jean-Noël Avila <jn.avila@free.fr> | 2022-01-31 22:07:48 +0000 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2022-02-04 13:58:28 -0800 |
| commit | 959d670d1a42af282a55551a3f03642592f64eb6 (patch) | |
| tree | b15562d0dcef4f3fe80f438102ddc48644fb5bd2 /builtin/remote.c | |
| parent | 1a8aea857e4225a9d35a531869fd47777f3063d6 (diff) | |
| download | git-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/remote.c')
| -rw-r--r-- | builtin/remote.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/builtin/remote.c b/builtin/remote.c index 299c466116..6f27ddc47b 100644 --- a/builtin/remote.c +++ b/builtin/remote.c @@ -14,7 +14,7 @@ #include "commit-reach.h" static const char * const builtin_remote_usage[] = { - N_("git remote [-v | --verbose]"), + "git remote [-v | --verbose]", N_("git remote add [-t <branch>] [-m <master>] [-f] [--tags | --no-tags] [--mirror=<fetch|push>] <name> <url>"), N_("git remote rename <old> <new>"), N_("git remote remove <name>"), |
