Merge branch 'jk/parseopt-usage-msg-opt' into next
authorJunio C Hamano <gitster@pobox.com>
Mon, 19 Dec 2016 23:38:06 +0000 (15:38 -0800)
committerJunio C Hamano <gitster@pobox.com>
Mon, 19 Dec 2016 23:38:06 +0000 (15:38 -0800)
commitc488c7c6e1c8d37fb05a65b88e9416530e30620f
treeec8f0be16a7182b3f4980b04339b44e4df042ebc
parentf8bf8f2a7b2b08001fdf3e1c554eef9249e47c19
parent87433261a46db1a9bd012acd7fba868f009ba38f
Merge branch 'jk/parseopt-usage-msg-opt' into next

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()