From 0778f657f064720aba123a9f717a55a641790e98 Mon Sep 17 00:00:00 2001 From: Jan-Piet Mens Date: Mon, 21 Jan 2019 10:37:04 +0100 Subject: [PATCH] sundry typos --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7f034ef..272c26c 100644 --- a/README.md +++ b/README.md @@ -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.