diff options
author | Tomas Nordin <tomasn@posteo.net> | 2024-07-23 00:53:02 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2024-07-23 02:32:36 +0200 |
commit | 1c473dd6af11591e96425386db54aa7838eabefb (patch) | |
tree | f1d79d95c7988e4c530dd9ffe8df7a6cc9c3f8c7 /Documentation/git-commit.txt | |
parent | Yet another batch of post 2.45.2 updates from the 'master' front (diff) | |
download | git-1c473dd6af11591e96425386db54aa7838eabefb.tar.xz git-1c473dd6af11591e96425386db54aa7838eabefb.zip |
doc: remove dangling closing parenthesis
The second line of the synopsis, starting with [--dry-run] has a
dangling closing paren in the second optional group. Probably added by
mistake, so remove it.
Signed-off-by: Tomas Nordin <tomasn@posteo.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/git-commit.txt')
-rw-r--r-- | Documentation/git-commit.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-commit.txt b/Documentation/git-commit.txt index 89ecfc63a8..c822113c11 100644 --- a/Documentation/git-commit.txt +++ b/Documentation/git-commit.txt @@ -9,7 +9,7 @@ SYNOPSIS -------- [verse] 'git commit' [-a | --interactive | --patch] [-s] [-v] [-u<mode>] [--amend] - [--dry-run] [(-c | -C | --squash) <commit> | --fixup [(amend|reword):]<commit>)] + [--dry-run] [(-c | -C | --squash) <commit> | --fixup [(amend|reword):]<commit>] [-F <file> | -m <msg>] [--reset-author] [--allow-empty] [--allow-empty-message] [--no-verify] [-e] [--author=<author>] [--date=<date>] [--cleanup=<mode>] [--[no-]status] |