s/--props/--telnet/ (I may do that. I wrote this file. :-)
This commit is contained in:
parent
a533e0c39d
commit
b075cf5f01
1 changed files with 3 additions and 3 deletions
|
@ -20,11 +20,11 @@ remotely controlling FlightGear by means of external programs.
|
|||
</p>
|
||||
|
||||
<p>To activate FlightGear's telnet server capabilities, call it with
|
||||
a <em>--props</em> specifiaction:
|
||||
a <em>--telnet</em> specifiaction:
|
||||
|
||||
<blockquote>
|
||||
<pre>
|
||||
$ fgfs --props=socket,bi,5,localhost,5501,tcp
|
||||
$ fgfs --telnet=socket,bi,5,localhost,5501,tcp
|
||||
</pre>
|
||||
|
||||
<br>
|
||||
|
@ -97,7 +97,7 @@ stop working. Try to find a place where you can land safely. :-)</p>
|
|||
<blockquote>
|
||||
<pre>
|
||||
$ fgfsscript&
|
||||
$ fgfs --props=socket,bi,5,localhost,5501,tcp
|
||||
$ fgfs --telnet=socket,bi,5,localhost,5501,tcp
|
||||
</pre>
|
||||
</blockquote>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue