You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
diff --git a/src/dbg.c b/src/dbg.c
index ddfee79..07ca718 100644
--- a/src/dbg.c+++ b/src/dbg.c@@ -23,21 +23,21 @@ void print_usage(void)
"Environment variables:\n"
" %-18s Base name of a file to write the debug log, defaults to\n"
"\t\t the exe name if not given.\n"
" %-18s List of debug options to activate, from the following:\n"
"\t\t 'cpu', 'int', 'port', 'dos', 'video'.\n"
" %-18s DOS program name, if not given use the unix name.\n"
" %-18s DOS default (current) drive letter, if not given use 'C:'\n"
" %-18s DOS current working directory, use 'C:\\' if not given.\n"
" %-18s Set unix path as root of drive 'n', by default all drives\n"
"\t\t point to the unix working directory.\n"
- " %-18s Set DOS code-page. Set to '?' to show lost of code-pages.\n"+ " %-18s Set DOS code-page. Set to '?' to show list of code-pages.\n"
" %-18s Limit DOS memory to 512KB, fixes some old buggy programs.\n"
" %-18s Specifies a DOS append paths, separated by ';'.\n",
prog_name, ENV_DBG_NAME, ENV_DBG_OPT, ENV_PROGNAME, ENV_DEF_DRIVE, ENV_CWD,
ENV_DRIVE "n", ENV_CODEPAGE, ENV_LOWMEM, ENV_APPEND);
exit(EXIT_SUCCESS);
}
void print_usage_error(const char *format, ...)
{
va_list ap;
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: