diff options
| author | Abhradeep Chakraborty <chakrabortyabhradeep79@gmail.com> | 2022-02-23 14:27:34 +0000 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2022-02-23 14:43:10 -0800 |
| commit | 9e1f22c8ad1dc51d510af68278776beb00378c07 (patch) | |
| tree | 7af8fd9e2e3cd26deed3cbd21ea60e6e3efce795 /builtin/submodule--helper.c | |
| parent | e6ebfd0e8cbbd10878070c8a356b5ad1b3ca464e (diff) | |
| download | git-9e1f22c8ad1dc51d510af68278776beb00378c07.tar.gz | |
amend remaining usage strings according to style guide
Usage strings for git (sub)command flags has a style guide that
suggests - first letter should not capitalized (unless required)
and it should skip full-stop at the end of line. But there are
some files where usage-strings do not follow the above mentioned
guide.
Amend the usage strings that don't follow the style convention/guide.
Signed-off-by: Abhradeep Chakraborty <chakrabortyabhradeep79@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'builtin/submodule--helper.c')
| -rw-r--r-- | builtin/submodule--helper.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/builtin/submodule--helper.c b/builtin/submodule--helper.c index 33c82c3ab9..6332d30598 100644 --- a/builtin/submodule--helper.c +++ b/builtin/submodule--helper.c @@ -1875,7 +1875,7 @@ static int module_clone(int argc, const char **argv, const char *prefix) OPT_STRING(0, "depth", &clone_data.depth, N_("string"), N_("depth for shallow clones")), - OPT__QUIET(&quiet, "Suppress output for cloning a submodule"), + OPT__QUIET(&quiet, "suppress output for cloning a submodule"), OPT_BOOL(0, "progress", &progress, N_("force cloning progress")), OPT_BOOL(0, "require-init", &require_init, |
