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>
|
||||||
|
|
||||||
<p>To activate FlightGear's telnet server capabilities, call it with
|
<p>To activate FlightGear's telnet server capabilities, call it with
|
||||||
a <em>--props</em> specifiaction:
|
a <em>--telnet</em> specifiaction:
|
||||||
|
|
||||||
<blockquote>
|
<blockquote>
|
||||||
<pre>
|
<pre>
|
||||||
$ fgfs --props=socket,bi,5,localhost,5501,tcp
|
$ fgfs --telnet=socket,bi,5,localhost,5501,tcp
|
||||||
</pre>
|
</pre>
|
||||||
|
|
||||||
<br>
|
<br>
|
||||||
|
@ -97,7 +97,7 @@ stop working. Try to find a place where you can land safely. :-)</p>
|
||||||
<blockquote>
|
<blockquote>
|
||||||
<pre>
|
<pre>
|
||||||
$ fgfsscript&
|
$ fgfsscript&
|
||||||
$ fgfs --props=socket,bi,5,localhost,5501,tcp
|
$ fgfs --telnet=socket,bi,5,localhost,5501,tcp
|
||||||
</pre>
|
</pre>
|
||||||
</blockquote>
|
</blockquote>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue