aboutsummaryrefslogtreecommitdiffstats
path: root/builtin/stash.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 09:32:56 -0700
commitf6a8ef07009bf44e2fed292439161c241e09b40d (patch)
treebd70b9109a364f7b3d7910441376fd064a502140 /builtin/stash.c
parentdoc SYNOPSIS & -h: use "-" to separate words in labels, not "_" (diff)
downloadgit-f6a8ef07009bf44e2fed292439161c241e09b40d.tar.gz
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/stash.c')
-rw-r--r--builtin/stash.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/builtin/stash.c b/builtin/stash.c
index 7d82ead676..614bb0dd4a 100644
--- a/builtin/stash.c
+++ b/builtin/stash.c
@@ -22,7 +22,7 @@
#define INCLUDE_ALL_FILES 2
static const char * const git_stash_usage[] = {
- N_("git stash list [<options>]"),
+ N_("git stash list [<log-options>]"),
N_("git stash show [<options>] [<stash>]"),
N_("git stash drop [-q | --quiet] [<stash>]"),
N_("git stash (pop | apply) [--index] [-q | --quiet] [<stash>]"),