diff options
author | Bastien Bouclet | 2019-11-03 10:03:13 +0100 |
---|---|---|
committer | Bastien Bouclet | 2019-11-03 11:43:00 +0100 |
commit | 6919e71608b7ff0db99c57fbb3abd7e0220f0fd0 (patch) | |
tree | eb4fab0429e3f89aa0195b1f704a9d0d90923a50 /dists | |
parent | 3c0abc080075adfc2d752a006654c8168b8c43ab (diff) | |
download | scummvm-rg350-6919e71608b7ff0db99c57fbb3abd7e0220f0fd0.tar.gz scummvm-rg350-6919e71608b7ff0db99c57fbb3abd7e0220f0fd0.tar.bz2 scummvm-rg350-6919e71608b7ff0db99c57fbb3abd7e0220f0fd0.zip |
DOC: Update the documentation for engineId
Diffstat (limited to 'dists')
-rw-r--r-- | dists/scummvm.6 | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/dists/scummvm.6 b/dists/scummvm.6 index fed024ce2d..efde6f348a 100644 --- a/dists/scummvm.6 +++ b/dists/scummvm.6 @@ -14,7 +14,7 @@ is an interpreter that will play graphic adventure games based on a variety of game engines. .Pp -\fIGAME\fR is a short name of game to load. For example, \fImonkey\fR for +\fIGAME\fR is a short name of game to load. For example, \fIscumm:monkey\fR for Monkey Island. This can be either a built-in gameid, or a user configured target. .Sh OPTIONS @@ -36,6 +36,8 @@ Display a brief help text and exit. Display list of supported games and exit. .It Fl t, -list-targets Display list of configured targets and exit. +.It Fl t, -list-engines +Display list of suppported engines and exit. .It Fl -list-saves Display a list of saved games for the target specified with \fB--game=\fITARGET\fR or all targets if none is specified. @@ -61,7 +63,7 @@ Use alternate configuration file. Path to where the game is installed. .It Fl x, -save-slot= Ns Ar [SLOT] Saved game slot to load (default: autosave). -.It Fl f, -fulscreen +.It Fl f, -fullscreen Force full-screen mode. .It Fl F, -no-fullscreen Force windowed mode. @@ -296,15 +298,15 @@ Running the builtin game launcher: .Pp Running Day of the Tentacle specifying the path: .Pp -.Dl $ scummvm -p /usr/local/share/games/tentacle tentacle +.Dl $ scummvm -p /usr/local/share/games/tentacle scumm:tentacle .Pp Running The Dig with advmame2x filter with subtitles: .Pp -.Dl $ scummvm -g advmame2x -n dig +.Dl $ scummvm -g advmame2x -n scumm:dig .Pp Running the Italian version of Maniac Mansion fullscreen: .Pp -.Dl $ scummvm -q it -f maniac +.Dl $ scummvm -q it -f scumm:maniac .Sh SEE ALSO More information can be found in the \fIREADME\fR and on the website .Pa https://www.scummvm.org . |