Document -a option.

This commit is contained in:
Eric S. Raymond 2023-03-03 17:18:00 -05:00
parent dfff80faa8
commit ac0c5fc024
2 changed files with 5 additions and 0 deletions

3
NEWS
View file

@ -1,5 +1,8 @@
= Open Adventure project news =
Repository head::
Added BBS option for BBS door systems.
1.13: 2023-02-28::
Fixed slightly buggy emission of end-of-game messages on a win.

View file

@ -42,6 +42,8 @@ There have been no gameplay changes.
-r:: Restore game from specified file
-a:: Load from specified file and autosave to it on exit or signal.
-o:: Old-style. Restores original interface, no prompt or line editing.
Also ignores new-school one-letter commands l, x, g, z, i. Also
case-smashes and truncates unrecognized text when echoed.