Skip to content

Commit

Permalink
Add 'dangerous' to -i switch help text
Browse files Browse the repository at this point in the history
  • Loading branch information
thoni56 committed Aug 15, 2019
1 parent e0a337d commit e8f321f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion interpreter/utils.c
Expand Up @@ -81,7 +81,7 @@ void usage(char *programName)
printf(" -n no Status Line\n");
printf(" -d enter debug mode\n");
printf(" -t[<n>] trace game execution, higher <n> gives more trace\n");
printf(" -i ignore version and checksum errors\n");
printf(" -i ignore version and checksum errors (dangerous)\n");
printf(" -r make regression test easier (don't timestamp, page break, randomize...)\n");
printf(" --version print version and exit\n");
#ifdef HAVE_GLK
Expand Down

0 comments on commit e8f321f

Please sign in to comment.