2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-03-03 23:06:37 +00:00

replacing < and > with html syntax

git-svn-id: https://svn.fhem.de/fhem/trunk@2630 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
markusbloch 2013-02-02 13:16:38 +00:00
parent e662866be0
commit 1d5987b86f

View File

@ -479,7 +479,7 @@ PRESENCE_ProcessLocalScan($)
It listens on TCP port 5111 for incoming connections from a FHEM PRESENCE instance or a running collectord.<br>
<PRE>
Usage:
presenced -d [-p <port>] [-P <filename>]
presenced -d [-p &lt;port&gt;] [-P &lt;filename&gt;]
presenced [-h | --help]
@ -516,12 +516,12 @@ Options:
It listens on TCP port 5222 for incoming connections from a FHEM presence instance.
<PRE>
Usage:
collectord -c <configfile> [-d] [-p <port>] [-P <pidfile>]
collectord -c &lt;configfile&gt; [-d] [-p <port>] [-P &lt;pidfile&gt;]
collectord [-h | --help]
Options:
-c, --configfile <configfile>
-c, --configfile &lt;configfile&gt;
The config file which contains the room and timeout definitions
-p, --port
TCP Port which should be used (Default: 5222)
@ -531,7 +531,7 @@ Options:
detach from terminal and run as background daemon
-v, --verbose
Print detailed log output
-l, --logfile <logfile>
-l, --logfile &lt;logfile&gt;
log to the given logfile
-h, --help
Print detailed help screen