Merge branch 'jk/parseopt-usage-msg-opt' into maint
authorJunio C Hamano <gitster@pobox.com>
Tue, 17 Jan 2017 23:11:06 +0000 (15:11 -0800)
committerJunio C Hamano <gitster@pobox.com>
Tue, 17 Jan 2017 23:11:06 +0000 (15:11 -0800)
commit5bc5edbae1c5c3756a8927913d32d2b7519e30b0
treecdf93e2aee7e575a71aaf493be3d170dd0c1e819
parentbcaf277b4ad5b7173a011d93a2ea1827f990f466
parent87433261a46db1a9bd012acd7fba868f009ba38f
Merge branch 'jk/parseopt-usage-msg-opt' into maint

The function usage_msg_opt() has been updated to say "fatal:"
before the custom message programs give, when they want to die
with a message about wrong command line options followed by the
standard usage string.

* jk/parseopt-usage-msg-opt:
  parse-options: print "fatal:" before usage_msg_opt()