id,summary,reporter,owner,description,type,status,milestone,component,version,severity,resolution,keywords,cc 8588,program_options eats parameter instead of reporting previous one missing an argument,Adam Nielsen ,Vladimir Prus,"If a parameter is specified with a mandatory argument, but the argument is omitted, the following parameter is used as the argument instead. For example: {{{ ./test --dump-firmware Invalid command line syntax: the required argument for option '--firmware' is missing. Use --help for help. ./test --dump-firmware --help dumping firmware to file: --help }}} Here, --dump-firmware requires an argument, and ""--help"" is passed in as the argument. Instead, ""--help"" should be treated as a parameter (either valid or not) and --dump-firmware should report a missing parameter instead. ",Bugs,new,To Be Determined,program_options,Boost 1.53.0,Problem,,,