summaryrefslogtreecommitdiffstats
path: root/builtin/verify-pack.c
diff options
context:
space:
mode:
authorÆvar Arnfjörð Bjarmason <avarab@gmail.com>2022-10-13 17:39:10 +0200
committerJunio C Hamano <gitster@pobox.com>2022-10-13 18:32:56 +0200
commitf6a8ef07009bf44e2fed292439161c241e09b40d (patch)
treebd70b9109a364f7b3d7910441376fd064a502140 /builtin/verify-pack.c
parentdoc SYNOPSIS & -h: use "-" to separate words in labels, not "_" (diff)
downloadgit-f6a8ef07009bf44e2fed292439161c241e09b40d.tar.xz
git-f6a8ef07009bf44e2fed292439161c241e09b40d.zip
doc txt & -h consistency: fix mismatching labels
Fix various inconsistencies between command SYNOPSIS and the corresponding -h output where our translatable labels didn't match up. In some cases we need to adjust the prose that follows the SYNOPSIS accordingly, as it refers back to the changed label. Signed-off-by: Ævar Arnfjörð Bjarmason <avarab@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'builtin/verify-pack.c')
-rw-r--r--builtin/verify-pack.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/builtin/verify-pack.c b/builtin/verify-pack.c
index 05c5213594..db9ac5c460 100644
--- a/builtin/verify-pack.c
+++ b/builtin/verify-pack.c
@@ -56,7 +56,7 @@ static int verify_one_pack(const char *path, unsigned int flags, const char *has
}
static const char * const verify_pack_usage[] = {
- N_("git verify-pack [-v | --verbose] [-s | --stat-only] <pack>..."),
+ N_("git verify-pack [-v | --verbose] [-s | --stat-only] <pack>.idx..."),
NULL
};