Display '-h' in --help output and accept '-h' and -?'
authorChristian Dywan <christian@twotoasts.de>
Sun, 28 Jun 2009 00:45:50 +0000 (02:45 +0200)
committerChristian Dywan <christian@twotoasts.de>
Sun, 28 Jun 2009 00:45:50 +0000 (02:45 +0200)
commit49172a71aacdd855918b614f3d61fa5b9248fb85
tree28eb08e8005fbef076ec24d14247b957b3c76cfe
parent09c3f6dd4b456adbbda6818e5bb1227af045e8d8
Display '-h' in --help output and accept '-h' and -?'

'-h' is the preferred short version of '--help' now and displayed
in '--help' but for backwards compatibility '-?' is still supported.

If existing code uses '-h' for something else, GOptionContext will
not override it.

Fixes bug 556706.
glib/goption.c