1
0
Fork 0

s/--props/--telnet/ (I may do that. I wrote this file. :-)

This commit is contained in:
mfranz 2007-02-19 16:18:57 +00:00
parent a533e0c39d
commit b075cf5f01

View file

@ -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&amp; $ fgfsscript&amp;
$ fgfs --props=socket,bi,5,localhost,5501,tcp $ fgfs --telnet=socket,bi,5,localhost,5501,tcp
</pre> </pre>
</blockquote> </blockquote>