Remove duplicate warning.

This commit is contained in:
2017-10-07 16:22:48 +02:00
parent fdf0f7c82f
commit 4622c7c8c4

View File

@@ -56,7 +56,6 @@ Options Options::parse(const int argc, char * const argv[])
break;
case '?':
cerr << "Unknown option character: " << char(optopt) << endl;
show_help(argv[0], 1);
break;