diff --git a/pages/common/syncthing.md b/pages/common/syncthing.md
index 0bbd4574ec..942145c949 100644
--- a/pages/common/syncthing.md
+++ b/pages/common/syncthing.md
@@ -1,7 +1,7 @@
# syncthing
> Continuous bidirectional decentralised folder synchronisation tool.
-> More information: .
+> More information: .
- Start Syncthing:
@@ -9,28 +9,28 @@
- Start Syncthing without opening a web browser:
-`syncthing -no-browser`
+`syncthing --no-browser`
- Print the device ID:
-`syncthing -device-id`
+`syncthing --device-id`
- Change the home directory:
-`syncthing -home={{path/to/directory}}`
+`syncthing --home {{path/to/directory}}`
-- Force a full index exchange:
+- Force a full index exchange in order to resolve out of sync files:
-`syncthing -reset-deltas`
+`syncthing --reset-deltas`
- Change the address upon which the web interface listens:
-`syncthing -gui-address={{ip_address:port|path/to/socket.sock}}`
+`syncthing --gui-address {{ip_address:port|path/to/socket.sock}}`
- Show filepaths to the files used by Syncthing:
-`syncthing -paths`
+`syncthing --paths`
- Disable the Syncthing monitor process:
-`syncthing -no-restart`
+`syncthing --no-restart`