doc: enforce dashes in placeholders
The CodingGuidelines documents stipulates that multi-word placeholders are to be separated by dashes, not underscores nor spaces. Signed-off-by: Jean-Noël Avila <jn.avila@free.fr> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
committed by
Junio C Hamano
parent
055bb6e996
commit
2162f9f6f8
@ -22,7 +22,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,
|
||||
|
||||
Reference in New Issue
Block a user