X-Git-Url: http://git.ipfire.org/?p=thirdparty%2Fgit.git;a=blobdiff_plain;f=builtin%2Fcommit-graph.c;h=ec0fc93d39b5a6ee3cf942ce086c48b1907cec58;hp=addc8d4cc0895567b6f09902d3353b0a62a9507c;hb=57b530125e022de79f5f0b208bc0a5ee67c18b77;hpb=c7d2cedec27560caec9283e73759a734154cf505 diff --git a/builtin/commit-graph.c b/builtin/commit-graph.c index addc8d4cc0..ec0fc93d39 100644 --- a/builtin/commit-graph.c +++ b/builtin/commit-graph.c @@ -8,7 +8,6 @@ #include "object-store.h" static char const * const builtin_commit_graph_usage[] = { - N_("git commit-graph [--object-dir ]"), N_("git commit-graph read [--object-dir ]"), N_("git commit-graph verify [--object-dir ] [--shallow] [--[no-]progress]"), N_("git commit-graph write [--object-dir ] [--append|--split] [--reachable|--stdin-packs|--stdin-commits] [--[no-]progress] "),