]> git.ipfire.org Git - thirdparty/git.git/blobdiff - builtin/commit-graph.c
The fifth batch
[thirdparty/git.git] / builtin / commit-graph.c
index 666ad574a46b1218def7201e581e969f90e57d48..7102ee90a0094b12560108eebe38f2637f83e701 100644 (file)
@@ -21,7 +21,7 @@
        N_("git commit-graph write [--object-dir <dir>] [--append]\n" \
           "                       [--split[=<strategy>]] [--reachable | --stdin-packs | --stdin-commits]\n" \
           "                       [--changed-paths] [--[no-]max-new-filters <n>] [--[no-]progress]\n" \
-          "                       <split options>")
+          "                       <split-options>")
 
 static const char * builtin_commit_graph_verify_usage[] = {
        BUILTIN_COMMIT_GRAPH_VERIFY_USAGE,