From 96f631c3eeeb91377d5092841c0984d66eff2132 Mon Sep 17 00:00:00 2001 From: David Griffith Date: Wed, 22 Feb 2017 04:47:14 -0800 Subject: [PATCH] Adjust the look of dfrotz information. --- src/dumb/dumb_init.c | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/dumb/dumb_init.c b/src/dumb/dumb_init.c index 6df8b92..aebd7ff 100644 --- a/src/dumb/dumb_init.c +++ b/src/dumb/dumb_init.c @@ -15,14 +15,14 @@ static void print_version(void); An interpreter for all Infocom and other Z-Machine games.\n\ \n\ Syntax: dfrotz [options] story-file\n\ - -a watch attribute setting \t -R load this save file\n\ - -A watch attribute testing \t -s # random number seed value\n\ - -h # screen height \t -S # transcript width\n\ - -i ignore fatal errors \t -t set Tandy bit\n\ - -I # interpreter number \t -u # slots for multiple undo\n\ - -o watch object movement \t -v show version information\n\ - -O watch object locating \t -w # screen width\n\ - -p plain ASCII output only \t -x expand abbreviations g/x/z\n\ + -a watch attribute setting \t -R load this save file\n\ + -A watch attribute testing \t -s # random number seed value\n\ + -h # screen height \t -S # transcript width\n\ + -i ignore fatal errors \t -t set Tandy bit\n\ + -I # interpreter number \t -u # slots for multiple undo\n\ + -o watch object movement \t -v show version information\n\ + -O watch object locating \t -w # screen width\n\ + -p plain ASCII output only \t -x expand abbreviations g/x/z\n\ -P alter piracy opcode \n\ -r xxx set runtime option \\xxx before starting (can be used repeatedly)\n" -- 2.34.1