X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=main.c;h=7bedea9afb1368fdab91f7c13d43752a559394c3;hb=521033165b32ab1bdfd5f3fcecc8e86bd97ec967;hp=b830d89ce187d94735f7041864563d48b0293380;hpb=c84d37091899d4bfcd747dd4afd182d81c3720b3;p=open-adventure.git 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; }