Add -W flag to dumb help. Clarify that -W restricts reading as well.
authorDavid Griffith <dave@661.org>
Wed, 28 Jun 2017 22:38:35 +0000 (15:38 -0700)
committerDavid Griffith <dave@661.org>
Wed, 28 Jun 2017 22:38:35 +0000 (15:38 -0700)
src/curses/ux_params.txt
src/dumb/dumb_init.c
src/dumb/dumb_params.txt

index b011fe1c2613532b6eacc2bffa93f54712dae11a..d4cf92d59fb870988d615a88724c322868b8b8c8 100644 (file)
@@ -22,5 +22,5 @@
 -u # slots for multiple undo
 -v   show version information
 -w # screen width
--W <path> write only to this path
+-W <path> write/read only to this path
 -x   expand abbreviations g/x/z
index faff81474ad4050ccad8c5fc78784b15319ffb4f..aadb95e6b166a86b8744c99c311134eda1dc4bc1 100644 (file)
@@ -32,15 +32,15 @@ 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 <filename> 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\
+  -a   watch attribute setting    \t -R <filename> 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 -W <path> write/read only to this path\n\
+  -P   alter piracy opcode        \t -x   expand abbreviations g/x/z\n\
   -r xxx set runtime option \\xxx before starting (can be used repeatedly)\n"
 
 /* A unix-like getopt, but with the names changed to avoid any problems.  */
index c7ff3706efb566d7c041a6fd7cbc7456d3fca505..8223303fe6bfcc8428b02d60780bf4f374f4e721 100644 (file)
@@ -14,5 +14,5 @@
 -u # slots for multiple undo
 -v show version information
 -w # screen width
--W <path> write only to this path
+-W <path> write/read only to this path
 -x   expand abbreviations g/x/z