Skip to content

Commit 8b65657

Browse files
szedergitster
authored andcommitted
builtin/commit-graph.c: remove subcommand-less usage string
The first line in 'git commit-graph's usage string indicates that this command can be invoked without specifying a subcommand. However, this is not the case: $ git commit-graph usage: git commit-graph [--object-dir <objdir>] or: git commit-graph read [--object-dir <objdir>] [...] $ echo $? 129 Remove this line from the usage string. The synopsis in the manpage doesn't contain this line. Signed-off-by: SZEDER Gábor <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 5fa0f52 commit 8b65657

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

builtin/commit-graph.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
#include "object-store.h"
99

1010
static char const * const builtin_commit_graph_usage[] = {
11-
N_("git commit-graph [--object-dir <objdir>]"),
1211
N_("git commit-graph read [--object-dir <objdir>]"),
1312
N_("git commit-graph verify [--object-dir <objdir>] [--shallow]"),
1413
N_("git commit-graph write [--object-dir <objdir>] [--append|--split] [--reachable|--stdin-packs|--stdin-commits] <split options>"),

0 commit comments

Comments
 (0)