commit: remove full stop from usage help for -u
commit49bb1f2ac6b6e5c7113241e066545802e5a14c9c
authorStephen Boyd <bebarino@gmail.com>
Tue, 27 Jul 2010 05:40:32 +0000 (26 22:40 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 27 Jul 2010 16:44:17 +0000 (27 09:44 -0700)
tree57e33ebfa92a0f4f662ddcfd2ef74c6c87076f2a
parentd3b9dd136ea5735c88a831b5a0f6f2e5dd623701
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>
builtin/commit.c