summaryrefslogtreecommitdiff
path: root/builtin
diff options
context:
space:
mode:
authorLibravatar Junio C Hamano <gitster@pobox.com>2020-10-08 21:53:26 -0700
committerLibravatar Junio C Hamano <gitster@pobox.com>2020-10-08 21:53:26 -0700
commitd620daaa34be578a67734c0daca4412d6d06f208 (patch)
tree3b0c733aea32a0b4c13341de289388dfca450621 /builtin
parentMerge branch 'dl/makefile-sort' (diff)
parentdoc: fix the bnf like style of some commands (diff)
downloadtgif-d620daaa34be578a67734c0daca4412d6d06f208.tar.xz
Merge branch 'ja/misc-doc-fixes'
Doc fixes. * ja/misc-doc-fixes: doc: fix the bnf like style of some commands doc: git-remote fix ups doc: use linkgit macro where needed. git-bisect-lk2009: make continuation of list indented
Diffstat (limited to 'builtin')
-rw-r--r--builtin/submodule--helper.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/builtin/submodule--helper.c b/builtin/submodule--helper.c
index de5ad73bb8..c30896c897 100644
--- a/builtin/submodule--helper.c
+++ b/builtin/submodule--helper.c
@@ -1308,7 +1308,7 @@ static int module_summary(int argc, const char **argv, const char *prefix)
};
const char *const git_submodule_helper_usage[] = {
- N_("git submodule--helper summary [<options>] [commit] [--] [<path>]"),
+ N_("git submodule--helper summary [<options>] [<commit>] [--] [<path>]"),
NULL
};