From 7a74df75235cbf345ba805abefb8c203823aa97f Mon Sep 17 00:00:00 2001 From: Managor <42655600+Managor@users.noreply.github.com> Date: Tue, 5 Aug 2025 11:13:01 +0300 Subject: [PATCH] syncthing: refresh page (#17525) --- pages/common/syncthing.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) 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`