According to the "Error Messages" section of Documentation/CodingGuidelines, 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: adl 1607364851@xxxxxx Junio C Hamano (1): parse-options: format argh like error messages ZheNing Hu (1): builtin/*: update usage format builtin/am.c | 4 ++-- builtin/blame.c | 48 ++++++++++++++++++------------------- builtin/commit-graph.c | 6 ++--- builtin/fast-export.c | 22 ++++++++--------- builtin/log.c | 8 +++---- builtin/shortlog.c | 10 ++++---- builtin/submodule--helper.c | 24 +++++++++---------- parse-options.h | 6 ++--- 8 files changed, 64 insertions(+), 64 deletions(-) base-commit: 6d3ef5b467eccd2769f1aa1c555d317d3c8dc707 Published-As: https://github.com/gitgitgadget/git/releases/tag/pr-822%2Fadlternative%2Fdev-v2 Fetch-It-Via: git fetch https://github.com/gitgitgadget/git pr-822/adlternative/dev-v2 Pull-Request: https://github.com/gitgitgadget/git/pull/822 Range-diff vs v1: 1: 52f7c8457dd = 1: 52f7c8457dd builtin/*: update usage format -: ----------- > 2: c5f01b0eab1 parse-options: format argh like error messages -- gitgitgadget