Polish help text.
authorEric S. Raymond <esr@thyrsus.com>
Tue, 20 Jun 2017 12:41:06 +0000 (08:41 -0400)
committerEric S. Raymond <esr@thyrsus.com>
Tue, 20 Jun 2017 12:41:06 +0000 (08:41 -0400)
main.c

diff --git a/main.c b/main.c
index b830d89ce187d94735f7041864563d48b0293380..7bedea9afb1368fdab91f7c13d43752a559394c3 100644 (file)
--- 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;
         }