diff options
author | Junio C Hamano <gitster@pobox.com> | 2024-07-31 22:34:20 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2024-07-31 22:34:20 +0200 |
commit | d18eb5ba798af0137b16433a88a7d457bb68a1a1 (patch) | |
tree | 5e20a7f9a8ff39e97b1b1e98f23032f5d3b6ac06 /builtin/commit.c | |
parent | Merge branch 'jc/doc-one-shot-export-with-shell-func' (diff) | |
parent | doc: remove dangling closing parenthesis (diff) | |
download | git-d18eb5ba798af0137b16433a88a7d457bb68a1a1.tar.xz git-d18eb5ba798af0137b16433a88a7d457bb68a1a1.zip |
Merge branch 'tn/doc-commit-fix'
Docfix.
* tn/doc-commit-fix:
doc: remove dangling closing parenthesis
Diffstat (limited to 'builtin/commit.c')
-rw-r--r-- | builtin/commit.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/builtin/commit.c b/builtin/commit.c index dec78dfb86..66427ba82d 100644 --- a/builtin/commit.c +++ b/builtin/commit.c @@ -41,7 +41,7 @@ static const char * const builtin_commit_usage[] = { N_("git commit [-a | --interactive | --patch] [-s] [-v] [-u<mode>] [--amend]\n" - " [--dry-run] [(-c | -C | --squash) <commit> | --fixup [(amend|reword):]<commit>)]\n" + " [--dry-run] [(-c | -C | --squash) <commit> | --fixup [(amend|reword):]<commit>]\n" " [-F <file> | -m <msg>] [--reset-author] [--allow-empty]\n" " [--allow-empty-message] [--no-verify] [-e] [--author=<author>]\n" " [--date=<date>] [--cleanup=<mode>] [--[no-]status]\n" |