X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=advent.adoc;h=8494e621755748f7321921a98e9ead95c27826b3;hb=78eee015e3eda32cb5b1f5d05dc465cc1f1ea8fe;hp=44aa07c357045c8c9436fbac291ca17fa7be788f;hpb=9e8e0893dc3eb3b17b09ba5d7252461bb870ccc6;p=open-adventure.git diff --git a/advent.adoc b/advent.adoc index 44aa07c..8494e62 100644 --- a/advent.adoc +++ b/advent.adoc @@ -5,7 +5,7 @@ advent - Colossal Cave Adventure == SYNOPSIS == -*advent* [-l logfile] [-o] +*advent* [-l logfile] [-o] [-r savefile] [-s] == DESCRIPTION == The original Colossal Cave Adventure from 1976-77 was the origin of all @@ -37,12 +37,17 @@ There have been no gameplay changes. -l:: Log commands to specified file. --o:: Old-style. Restores original interface, no prompt or command history. +-s:: Suppress Emacs-like line editing and command history. + +-r:: Restore game from specified file + +-o:: Old-style. Restores original interface, no prompt or line editing. == BUGS == The binary save file format is fragile, dependent on your machine word -size and endianness, and unlikely to survive through version bumps. +size and endianness, and unlikely to survive through version bumps. There +is a version check. == REPORTING BUGS == Report bugs to Eric S. Raymond . The project page is