Skip to content

Commit 14b58c6

Browse files
committed
Merge branch 'sg/commit-graph-usage-fix'
Message fix. * sg/commit-graph-usage-fix: builtin/commit-graph.c: remove subcommand-less usage string
2 parents eff313f + 8b65657 commit 14b58c6

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] [--[no-]progress]"),
1413
N_("git commit-graph write [--object-dir <objdir>] [--append|--split] [--reachable|--stdin-packs|--stdin-commits] [--[no-]progress] <split options>"),

0 commit comments

Comments
 (0)