]> git.ipfire.org Git - thirdparty/git.git/commit
builtin/*: update usage format
authorZheNing Hu <adlternative@gmail.com>
Wed, 6 Jan 2021 14:44:03 +0000 (14:44 +0000)
committerJunio C Hamano <gitster@pobox.com>
Wed, 6 Jan 2021 23:10:49 +0000 (15:10 -0800)
commite73fe3dd028ad830bb44b3ad7de15901834e557f
treeafe98646dbb1a7d517259b073f14da5b69c5b629
parent4ca7994b2a037e98fd3205bb915904f245c9461e
builtin/*: update usage format

According to the guidelines in parse-options.h,
we should not end in a full stop or start with
a capital letter. Fix old error and usage
messages to match this expectation.

Signed-off-by: ZheNing Hu <adlternative@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/am.c
builtin/blame.c
builtin/commit-graph.c
builtin/fast-export.c
builtin/log.c
builtin/shortlog.c
builtin/submodule--helper.c