We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a22dab3 commit 8784793Copy full SHA for 8784793
ntvcm.cxx
@@ -2866,7 +2866,7 @@ void help()
2866
printf ("A CP/M 2.2 emulator.\n\n");
2867
printf( " -b backspace/BS/0x08 key sends delete/DEL/0x7f.\n" );
2868
printf( " (for use with Turbo Pascal).\n" );
2869
- printf( " -c never auto-detect ESC characters and always change\n" );
+ printf( " -c never auto-detect ESC characters and change\n" );
2870
printf( " to to 80x24 mode.\n" );
2871
#if defined( _WIN32 ) // Windows only
2872
printf( " -C always switch to 80x24 mode.\n" );
0 commit comments