From: Eric S. Raymond Date: Tue, 20 Jun 2017 12:41:06 +0000 (-0400) Subject: Polish help text. X-Git-Tag: 1.1~199 X-Git-Url: https://jxself.org/git/?p=open-adventure.git;a=commitdiff_plain;h=521033165b32ab1bdfd5f3fcecc8e86bd97ec967 Polish help text. --- diff --git a/main.c b/main.c index b830d89..7bedea9 100644 --- a/main.c +++ b/main.c @@ -115,15 +115,15 @@ int main(int argc, char *argv[]) fprintf(stderr, usage, argv[0]); 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, " -o 'oldstyle' (no prompt, no command editing, displays 'Initialising...')\n"); #ifndef ADVENT_NOSAVE fprintf(stderr, - " -r indicates restoring from specified saved game file\n"); + " -r restore from specified saved game file\n"); #endif fprintf(stderr, - " -s indicates playing with command editing suppressed\n"); + " -s suppress command editing\n"); exit(-1); break; }