summaryrefslogtreecommitdiffstats
path: root/builtin/count-objects.c
diff options
context:
space:
mode:
authorJean-Noël Avila <jn.avila@free.fr>2022-01-31 23:07:48 +0100
committerJunio C Hamano <gitster@pobox.com>2022-02-04 22:58:28 +0100
commit959d670d1a42af282a55551a3f03642592f64eb6 (patch)
treeb15562d0dcef4f3fe80f438102ddc48644fb5bd2 /builtin/count-objects.c
parenti18n: factorize "invalid value" messages (diff)
downloadgit-959d670d1a42af282a55551a3f03642592f64eb6.tar.xz
git-959d670d1a42af282a55551a3f03642592f64eb6.zip
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/count-objects.c')
-rw-r--r--builtin/count-objects.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/builtin/count-objects.c b/builtin/count-objects.c
index 3fae474f6f..07b9419596 100644
--- a/builtin/count-objects.c
+++ b/builtin/count-objects.c
@@ -87,7 +87,7 @@ static int print_alternate(struct object_directory *odb, void *data)
}
static char const * const count_objects_usage[] = {
- N_("git count-objects [-v] [-H | --human-readable]"),
+ "git count-objects [-v] [-H | --human-readable]",
NULL
};