This patch will update devel/gengetopt to version 2.15 released today on the developers site. This version adds the following features: * option parts can be specified in any order * options can be hidden (not shown in the --help output) * an option can depend on another option * when converting a numeric string check for the result * when enumerated options are used, the value stored in the _arg field is an actual value specified in the list, and not the one specified at the command line (which can be abbreviated)
State Changed From-To: open->closed Committed, thanks!