diff --git a/Documentation/git-commit-graph.txt b/Documentation/git-commit-graph.txt
index 047decdb65..15320851b4 100644
--- a/Documentation/git-commit-graph.txt
+++ b/Documentation/git-commit-graph.txt
@@ -10,7 +10,10 @@ SYNOPSIS
--------
[verse]
'git commit-graph verify' [--object-dir
] [--shallow] [--[no-]progress]
-'git commit-graph write' [--object-dir ] [--[no-]progress]
+'git commit-graph write' [--object-dir ] [--append]
+ [--split[=]] [--reachable | --stdin-packs | --stdin-commits]
+ [--changed-paths] [--[no-]max-new-filters ] [--[no-]progress]
+
DESCRIPTION
diff --git a/Documentation/git-interpret-trailers.txt b/Documentation/git-interpret-trailers.txt
index 956a01d184..057744e6d7 100644
--- a/Documentation/git-interpret-trailers.txt
+++ b/Documentation/git-interpret-trailers.txt
@@ -8,8 +8,9 @@ git-interpret-trailers - Add or parse structured information in commit messages
SYNOPSIS
--------
[verse]
-'git interpret-trailers' [] [(--trailer [(=|:)])...] [...]
-'git interpret-trailers' [] [--parse] [...]
+'git interpret-trailers' [--in-place] [--trim-empty]
+ [(--trailer [(=|:)])...]
+ [--parse] [...]
DESCRIPTION
-----------
diff --git a/builtin/commit-tree.c b/builtin/commit-tree.c
index e4b85d29d5..cc8d584be2 100644
--- a/builtin/commit-tree.c
+++ b/builtin/commit-tree.c
@@ -15,6 +15,7 @@
#include "parse-options.h"
static const char * const commit_tree_usage[] = {
+ N_("git commit-tree [(-p )...]"),
N_("git commit-tree [(-p )...] [-S[]] [(-m )...]\n"
" [(-F )...] "),
NULL
diff --git a/builtin/fsck.c b/builtin/fsck.c
index 6c73092f10..d9d163eabe 100644
--- a/builtin/fsck.c
+++ b/builtin/fsck.c
@@ -819,7 +819,10 @@ static int mark_packed_for_connectivity(const struct object_id *oid,
}
static char const * const fsck_usage[] = {
- N_("git fsck [] [