From bac0a168fd611ebae6560bdbef8fd26bce6831fc Mon Sep 17 00:00:00 2001
From: Managor <42655600+Managor@users.noreply.github.com>
Date: Sun, 11 May 2025 20:01:53 +0300
Subject: [PATCH] mosquitto: refresh page (#16442)
---
pages/common/mosquitto.md | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/pages/common/mosquitto.md b/pages/common/mosquitto.md
index b7a7070584..6e6300e539 100644
--- a/pages/common/mosquitto.md
+++ b/pages/common/mosquitto.md
@@ -1,7 +1,7 @@
# mosquitto
> An MQTT broker.
-> More information: .
+> More information: .
- Start Mosquitto:
@@ -9,12 +9,12 @@
- Specify a configuration file to use:
-`mosquitto --config-file {{path/to/file.conf}}`
+`mosquitto {{[-c|--config-file]}} {{path/to/file.conf}}`
- Listen on a specific port:
-`mosquitto --port {{8883}}`
+`mosquitto {{[-p|--port]}} {{8883}}`
- Daemonize by forking into the background:
-`mosquitto --daemon`
+`mosquitto {{[-d|--daemon]}}`