Correctly handle short unrecognised options.

This commit is contained in:
Frank Schoenmann 2018-04-04 10:43:57 +02:00
parent 7355755837
commit 1c237223f4

View File

@ -1713,7 +1713,6 @@ ParseResult::parse(int& argc, const char**& argv)
{
if (m_allow_unrecognised)
{
++current;
continue;
}
else