Skip to content

Commit 8784793

Browse files
committed
fix usage regression
1 parent a22dab3 commit 8784793

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ntvcm.cxx

+1-1
Original file line numberDiff line numberDiff line change
@@ -2866,7 +2866,7 @@ void help()
28662866
printf ("A CP/M 2.2 emulator.\n\n");
28672867
printf( " -b backspace/BS/0x08 key sends delete/DEL/0x7f.\n" );
28682868
printf( " (for use with Turbo Pascal).\n" );
2869-
printf( " -c never auto-detect ESC characters and always change\n" );
2869+
printf( " -c never auto-detect ESC characters and change\n" );
28702870
printf( " to to 80x24 mode.\n" );
28712871
#if defined( _WIN32 ) // Windows only
28722872
printf( " -C always switch to 80x24 mode.\n" );

0 commit comments

Comments
 (0)