mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-03-06 06:15:04 +00:00
(svn r19073) -Fix (r15027): -a is not a command line parameter
This commit is contained in:
parent
ab35d95b5a
commit
4cd2ad0a5f
@ -8,7 +8,6 @@
|
|||||||
.Sh SYNOPSIS
|
.Sh SYNOPSIS
|
||||||
.Nm
|
.Nm
|
||||||
.Op Fl efhx
|
.Op Fl efhx
|
||||||
.Op Fl a Ar ai
|
|
||||||
.Op Fl b Ar blitter
|
.Op Fl b Ar blitter
|
||||||
.Op Fl c Ar config_file
|
.Op Fl c Ar config_file
|
||||||
.Op Fl d Ar [level | cat=lvl[,...]]
|
.Op Fl d Ar [level | cat=lvl[,...]]
|
||||||
@ -30,10 +29,6 @@
|
|||||||
.Op Fl v Ar driver
|
.Op Fl v Ar driver
|
||||||
.Sh OPTIONS
|
.Sh OPTIONS
|
||||||
.Bl -tag -width ".Fl n Ar host[:port][#player]"
|
.Bl -tag -width ".Fl n Ar host[:port][#player]"
|
||||||
.It Fl a Ar ai
|
|
||||||
Set the AI, see
|
|
||||||
.Fl h
|
|
||||||
for a full list
|
|
||||||
.It Fl b Ar blitter
|
.It Fl b Ar blitter
|
||||||
Set the blitter, see
|
Set the blitter, see
|
||||||
.Fl h
|
.Fl h
|
||||||
|
@ -161,7 +161,6 @@ static void ShowHelp()
|
|||||||
" -s drv = Set sound driver (see below) (param bufsize,hz)\n"
|
" -s drv = Set sound driver (see below) (param bufsize,hz)\n"
|
||||||
" -m drv = Set music driver (see below)\n"
|
" -m drv = Set music driver (see below)\n"
|
||||||
" -b drv = Set the blitter to use (see below)\n"
|
" -b drv = Set the blitter to use (see below)\n"
|
||||||
" -a ai = Force use of specific AI (see below)\n"
|
|
||||||
" -r res = Set resolution (for instance 800x600)\n"
|
" -r res = Set resolution (for instance 800x600)\n"
|
||||||
" -h = Display this help text\n"
|
" -h = Display this help text\n"
|
||||||
" -t year = Set starting year\n"
|
" -t year = Set starting year\n"
|
||||||
|
Loading…
Reference in New Issue
Block a user