Expanded description of -L flag for xfrotz and adjusted its X11 class name.
authorDavid Griffith <dave@661.org>
Mon, 1 May 2023 15:46:00 +0000 (08:46 -0700)
committerDavid Griffith <dave@661.org>
Thu, 4 May 2023 06:13:15 +0000 (23:13 -0700)
doc/xfrotz.6
src/x11/x_init.c

index 447900cdee8926d7a63e0a1e2c4c44ff750664ba..0b72b286e6ae9b0957766b2eb56c7da2856b90dd 100644 (file)
@@ -78,6 +78,7 @@ with buggy story files which cause fatal errors.
 Sets the left margin.
 .TP
 .B \-L <filename>
+(class \fBLoadThis\fP, name \fBloadthis\fP)
 When the game starts, load this saved game file.
 .TP
 .B \-ol
index fdbbb3a2546bdcf51c98d3ed6088d5ee3408926b..3695d64eaa991aad1fdf712d5e38908caa08670b 100644 (file)
@@ -307,7 +307,7 @@ void os_process_arguments(int argc, char *argv[])
                 &font_names[7]},
                {".Font", ".fontZ", parse_string,
                 &font_names[8]},
-               {".Loadthis", ".loadthis", parse_string,
+               {".LoadThis", ".loadthis", parse_string,
                 &f_setup.tmp_save_name}
        };
        XtAppContext app_context;