id summary reporter owner description type status milestone component version severity resolution keywords cc 11574 program_options: wrong option name in error message on linux Michael Bachmann Vladimir Prus "To reproduce (bug occurs only on Linux): - compile the attached code sample - call the executable as follows {{{ ./wrong_option_name_in_error_message --enable-debug --enable-debug }}} '''OK''': On Windows (Visual Studio 12 2013) the option name '--enable-debug' is contained as expected in the error message: {{{ option '--enable-debug' cannot be specified more than once }}} '''BUG''': On Linux (gcc 4.7.2) only the last part of the option name '--enable-debug' (=> '--debug') is contained in the error message: {{{ option '--debug' cannot be specified more than once }}} " Bugs closed To Be Determined program_options Boost 1.55.0 Problem fixed program_options error message option name