From: Jean-Noël Avila Date: Thu, 8 Oct 2020 20:23:57 +0000 (+0200) Subject: doc: fix the bnf like style of some commands X-Git-Tag: v2.29.0-rc1~3^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9f443f553171032d5ce004ae326ecb116a6ef4e5;p=thirdparty%2Fgit.git doc: fix the bnf like style of some commands In command line options, variables are entered between < and > Signed-off-by: Jean-Noël Avila Signed-off-by: Junio C Hamano --- diff --git a/Documentation/git-init.txt b/Documentation/git-init.txt index f35f70f13d..59ecda6c17 100644 --- a/Documentation/git-init.txt +++ b/Documentation/git-init.txt @@ -70,7 +70,7 @@ repository. + If this is reinitialization, the repository will be moved to the specified path. --b :: --initial-branch=:: Use the specified name for the initial branch in the newly created repository. 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 [] [commit] [--] []"), + N_("git submodule--helper summary [] [] [--] []"), NULL };