From b436d0abc46f1e5905f08f18b7826a828a2d3197 Mon Sep 17 00:00:00 2001 From: David Griffith Date: Tue, 21 Feb 2017 19:01:10 -0800 Subject: [PATCH] Make syntax guide a bit clearer for what's expected for -b and -f. --- src/curses/ux_init.c | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/src/curses/ux_init.c b/src/curses/ux_init.c index b85b7ad..d3df35a 100644 --- a/src/curses/ux_init.c +++ b/src/curses/ux_init.c @@ -62,18 +62,18 @@ An interpreter for all Infocom and other Z-Machine games.\n\ Complies with standard 1.0 of Graham Nelson's specification.\n\ \n\ Syntax: frotz [options] story-file\n\ - -a watch attribute setting \t -O watch object locating\n\ - -A watch attribute testing \t -p plain ASCII output only\n\ - -b # background color \t -P alter piracy opcode\n\ - -c # context lines \t -q quiet (disable sound effects)\n\ - -d disable color \t -r # right margin\n\ - -e enable sound \t -R load this save file\n\ - -f # foreground color \t -s # random number seed value\n\ - -F Force color mode \t -S # transcript width\n\ - -h # screen height \t -t set Tandy bit\n\ - -i ignore fatal errors \t -u # slots for multiple undo\n\ - -l # left margin \t -w # screen width\n\ - -o watch object movement \t -x expand abbreviations g/x/z\n" + -a watch attribute setting \t -O watch object locating\n\ + -A watch attribute testing \t -p plain ASCII output only\n\ + -b background color \t -P alter piracy opcode\n\ + -c # context lines \t -q quiet (disable sound effects)\n\ + -d disable color \t -r # right margin\n\ + -e enable sound \t -R load this save file\n\ + -f foreground color \t -s # random number seed value\n\ + -F Force color mode \t -S # transcript width\n\ + -h # screen height \t -t set Tandy bit\n\ + -i ignore fatal errors \t -u # slots for multiple undo\n\ + -l # left margin \t -w # screen width\n\ + -o watch object movement \t -x expand abbreviations g/x/z\n" /* char stripped_story_name[FILENAME_MAX+1]; -- 2.34.1