goption: Reject group options specified with three dashes0b09890bff76a7b41e284942379184ffb57edf7d108/head
commit0b09890bff76a7b41e284942379184ffb57edf7d
authorNathan Miller <Nathan.Miller@wdc.com>
Wed, 13 Jun 2018 15:29:42 +0000 (13 10:29 -0500)
committerNathan Miller <Nathan.Miller@wdc.com>
Thu, 14 Jun 2018 15:49:31 +0000 (14 10:49 -0500)
tree3486c7eac3d5f0acfd0dae72a8d6fcdccd4542db
parent2fe4fa6cd06191304a76bbc2ddf1bc341b84f424
goption: Reject group options specified with three dashes

Commandline option parsing would recognize group options specified
with three dashes (i.e. ---foo 42).  This behaviour was limited to group
options.
glib/goption.c
glib/tests/option-context.c