diff options
| author | Jean-Noël Avila <jn.avila@free.fr> | 2025-01-15 20:23:45 +0000 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2025-01-15 14:43:36 -0800 |
| commit | d533c1069724d39153f5ae78f2c3a3f2b6a5a6e2 (patch) | |
| tree | 4f11151baaa3db01144aa349f1e21a841d8fc071 /Documentation/git-commit.txt | |
| parent | be2ea674ccb2492de9cb9a5d55b88396001eda2d (diff) | |
| download | git-d533c1069724d39153f5ae78f2c3a3f2b6a5a6e2.tar.xz | |
doc: the mode param of -u of git commit is optional
Fix the synopsis to reflect the option description.
Signed-off-by: Jean-Noël Avila <jn.avila@free.fr>
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 e37c4a4987..f5d702205d 100644 --- a/Documentation/git-commit.txt +++ b/Documentation/git-commit.txt @@ -8,7 +8,7 @@ git-commit - Record changes to the repository SYNOPSIS -------- [synopsis] -git commit [-a | --interactive | --patch] [-s] [-v] [-u<mode>] [--amend] +git commit [-a | --interactive | --patch] [-s] [-v] [-u[<mode>]] [--amend] [--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>] |
