author | Stephen Boyd <bebarino@gmail.com> | |
Tue, 27 Jul 2010 05:40:32 +0000 (22:40 -0700) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Tue, 27 Jul 2010 16:44:17 +0000 (09:44 -0700) | ||
commit | 49bb1f2ac6b6e5c7113241e066545802e5a14c9c | |
tree | 57e33ebfa92a0f4f662ddcfd2ef74c6c87076f2a | tree | snapshot |
parent | d3b9dd136ea5735c88a831b5a0f6f2e5dd623701 | commit | diff |
commit: remove full stop from usage help for -u
From api-parse-options.txt:
`description` is a short string to describe the effect of the option.
It shall begin with a lower-case letter and a full stop (`.`) shall be
omitted at the end.
It also makes it less confusing if the argument is 'no.' or 'no'.
Signed-off-by: Stephen Boyd <bebarino@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
From api-parse-options.txt:
`description` is a short string to describe the effect of the option.
It shall begin with a lower-case letter and a full stop (`.`) shall be
omitted at the end.
It also makes it less confusing if the argument is 'no.' or 'no'.
Signed-off-by: Stephen Boyd <bebarino@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/commit.c | diff | blob | history |