Polish help text.

This commit is contained in:
Eric S. Raymond 2017-06-20 08:41:06 -04:00
parent 73f3831294
commit 521033165b

6
main.c
View file

@ -115,15 +115,15 @@ int main(int argc, char *argv[])
fprintf(stderr, fprintf(stderr,
usage, argv[0]); usage, argv[0]);
fprintf(stderr, fprintf(stderr,
" where -l creates a log file of your game named as specified'\n"); " -l create a log file of your game named as specified'\n");
fprintf(stderr, fprintf(stderr,
" -o 'oldstyle' (no prompt, no command editing, displays 'Initialising...')\n"); " -o 'oldstyle' (no prompt, no command editing, displays 'Initialising...')\n");
#ifndef ADVENT_NOSAVE #ifndef ADVENT_NOSAVE
fprintf(stderr, fprintf(stderr,
" -r indicates restoring from specified saved game file\n"); " -r restore from specified saved game file\n");
#endif #endif
fprintf(stderr, fprintf(stderr,
" -s indicates playing with command editing suppressed\n"); " -s suppress command editing\n");
exit(-1); exit(-1);
break; break;
} }