blame, log: format usage strings similarly to those in documentation
commitce41720cad79d858f09ebfc88cf84a4b152645c7
authorAlex Henrie <alexhenrie24@gmail.com>
Thu, 2 Apr 2015 21:26:56 +0000 (2 15:26 -0600)
committerJunio C Hamano <gitster@pobox.com>
Sun, 3 May 2015 23:55:26 +0000 (3 16:55 -0700)
treec178c05d6eb8f2dd5e6dbc7713896242c3cb92dc
parentbb831db6774aaa733199360dc7af6f3ce375fc20
blame, log: format usage strings similarly to those in documentation

Earlier, 9c9b4f2f (standardize usage info string format, 2015-01-13)
tried to make usage-string in line with the documentation by

    - Placing angle brackets around fill-in-the-blank parameters
    - Putting dashes in multiword parameter names
    - Adding spaces to [-f|--foobar] to make [-f | --foobar]
    - Replacing <foobar>* with [<foobar>...]

but it missed a few places.

Signed-off-by: Alex Henrie <alexhenrie24@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/blame.c
builtin/log.c