Polish help text.
This commit is contained in:
parent
73f3831294
commit
521033165b
1 changed files with 3 additions and 3 deletions
6
main.c
6
main.c
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue