From e37627bfd376f2e66807304f576554e922406f87 Mon Sep 17 00:00:00 2001 From: David Griffith Date: Fri, 21 Jul 2017 16:08:14 -0700 Subject: [PATCH] Mention the '-m' flag in "dfrotz -h" output. --- src/dumb/dumb_init.c | 4 ++-- src/dumb/dumb_params.txt | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/dumb/dumb_init.c b/src/dumb/dumb_init.c index 4d666da..5873da4 100644 --- a/src/dumb/dumb_init.c +++ b/src/dumb/dumb_init.c @@ -40,8 +40,8 @@ Syntax: dfrotz [options] story-file\n\ -o watch object movement \t -u # slots for multiple undo\n\ -O watch object locating \t -v show version information\n\ -L load this save file \t -w # screen width\n\ - -p plain ASCII output only \t -x expand abbreviations g/x/z\n\ - -r xxx set runtime option \\xxx before starting (can be used repeatedly)\n" + -m turn off MORE prompts \t -x expand abbreviations g/x/z\n\ + -p plain ASCII output only\n" /* A unix-like getopt, but with the names changed to avoid any problems. */ static int zoptind = 1; diff --git a/src/dumb/dumb_params.txt b/src/dumb/dumb_params.txt index 162f5ed..944d08f 100644 --- a/src/dumb/dumb_params.txt +++ b/src/dumb/dumb_params.txt @@ -6,6 +6,7 @@ -o watch object movement -O watch object locating -L load this save file +-m turn off MORE prompts -p plain ASCII output only -P alter piracy opcode -R restricted read/write -- 2.34.1