diff options
author | Junio C Hamano <gitster@pobox.com> | 2024-08-16 12:50:54 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2024-08-16 12:50:54 -0700 |
commit | b74d885b1158af927466d8727b0ec18792f39e35 (patch) | |
tree | 4214be98cce7f5f2a4d98acd25eef2e116f20870 /builtin/commit.c | |
parent | 72a50fa03bb1f7ab3b7a1473dbfdc1b258f42cb7 (diff) | |
parent | 1c473dd6af11591e96425386db54aa7838eabefb (diff) |
Merge branch 'tn/doc-commit-fix' into maint-2.46
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" |