Make syntax guide a bit clearer for what's expected for -b and -f.
authorDavid Griffith <dave@661.org>
Wed, 22 Feb 2017 03:01:10 +0000 (19:01 -0800)
committerDavid Griffith <dave@661.org>
Wed, 22 Feb 2017 03:01:10 +0000 (19:01 -0800)
src/curses/ux_init.c

index b85b7ad9d2efd46d2c6ad4431169614d1403190d..d3df35a401e5742d5383275d5b2b5387f095b412 100644 (file)
@@ -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 <name> 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 <colorname> 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 <filename> load this save file\n\
+  -f <colorname> 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];