summaryrefslogtreecommitdiffstats
path: root/builtin/commit.c
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2024-07-31 22:34:20 +0200
committerJunio C Hamano <gitster@pobox.com>2024-07-31 22:34:20 +0200
commitd18eb5ba798af0137b16433a88a7d457bb68a1a1 (patch)
tree5e20a7f9a8ff39e97b1b1e98f23032f5d3b6ac06 /builtin/commit.c
parentMerge branch 'jc/doc-one-shot-export-with-shell-func' (diff)
parentdoc: remove dangling closing parenthesis (diff)
downloadgit-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.c2
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"