Documentation: use brackets for optional arguments
commit2b35a9f4c7bd60b26fbadab7343a7f29f1cbe964
authorbrian m. carlson <sandals@crustytoothpaste.net>
Wed, 22 Feb 2017 12:25:46 +0000 (22 12:25 +0000)
committerJunio C Hamano <gitster@pobox.com>
Wed, 22 Feb 2017 18:22:15 +0000 (22 10:22 -0800)
tree4c9918e3e4b4a729475e66d40fc3ad7e5eaff7a4
parent0b65a8dbdb38962e700ee16776a3042beb489060
Documentation: use brackets for optional arguments

The documentation for git blame used vertical bars for optional
arguments to -M and -C, which is unusual and potentially confusing.
Since most man pages use brackets for optional items, and that's
consistent with how we document the same options for git diff and
friends, use brackets here, too.

Signed-off-by: brian m. carlson <sandals@crustytoothpaste.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/blame-options.txt