Changeset - r14492:b6db698b1f9d
[Not reviewed]
master
0 2 0
rubidium - 15 years ago 2010-02-09 23:52:08
rubidium@openttd.org
(svn r19073) -Fix (r15027): -a is not a command line parameter
2 files changed with 0 insertions and 6 deletions:
0 comments (0 inline, 0 general)
docs/openttd.6
Show inline comments
 
@@ -8,7 +8,6 @@
 
.Sh SYNOPSIS
 
.Nm
 
.Op Fl efhx
 
.Op Fl a Ar ai
 
.Op Fl b Ar blitter
 
.Op Fl c Ar config_file
 
.Op Fl d Ar [level | cat=lvl[,...]]
 
@@ -30,10 +29,6 @@
 
.Op Fl v Ar driver
 
.Sh OPTIONS
 
.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
 
Set the blitter, see
 
.Fl h
src/openttd.cpp
Show inline comments
 
@@ -161,7 +161,6 @@ static void ShowHelp()
 
		"  -s drv              = Set sound driver (see below) (param bufsize,hz)\n"
 
		"  -m drv              = Set music driver (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"
 
		"  -h                  = Display this help text\n"
 
		"  -t year             = Set starting year\n"
0 comments (0 inline, 0 general)