sundry typos

This commit is contained in:
Jan-Piet Mens
2019-01-21 10:37:04 +01:00
parent cfe7fe0bef
commit 0778f657f0
+2 -2
View File
@@ -239,7 +239,7 @@ This section lists the most important options of the Recorder with their long na
`--port` is the port number of the MQTT broker and overrides `$OTR_PORT`; it defaults to 1883. Setting this to 0 disables MQTT even if it is compiled-in.
`--identity` and `--psk` define the TLS PSK identity and preshared key respectively to use in a TLS-PSK connection to Mosquitto. Note that the listener needs to be set up accordingly and that it is an error to configure `--cafile` together with these options.
`--identity` and `--psk` define the TLS PSK identity and pre--shared key respectively to use in a TLS-PSK connection to Mosquitto. Note that the listener needs to be set up accordingly and that it is an error to configure `--cafile` together with these options.
`--user` overrides `$OTR_USER` and specifies the username to use in the MQTT connection.
@@ -257,7 +257,7 @@ This section lists the most important options of the Recorder with their long na
`--quiet` disables printing of messages to stdout.
`--initialize` creates the a structure within the storage directory and initializes the LMDB database. It is safe to use this even if such a database exists -- the database is not wiped. After initialization, Recorder exits.
`--initialize` creates the structure within the storage directory and initializes the LMDB database. It is safe to use this even if such a database exists -- the database is not wiped. After initialization, Recorder exits.
`--label` specifies a label (default: "Recorder") to be shown in the WebSocket live map.