We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f421ba4 commit 90702feCopy full SHA for 90702fe
1 file changed
ntvcm.cxx
@@ -3282,7 +3282,7 @@ int main( int argc, char * argv[] )
3282
#if defined( _WIN32 ) // Command line options are case sensitive on Linux/NetBSD...
3283
ca = (char) tolower( ca );
3284
#endif
3285
- if ( 'h' == ca || '?' == ca )
+ if ( '?' == ca )
3286
help();
3287
else if ( '8' == ca )
3288
reg.fZ80Mode = false;
0 commit comments