Examples (8)
Start Syncthing
Start Syncthing without opening a web browser
syncthing --no-browserChange the home directory
syncthing --home path/to/directoryRun Syncthing with increased logging
syncthing --verbosePause all devices
syncthing cli config devices pause --allChange the address upon which the web interface listens
syncthing --gui-address ip_address:port|path/to/socket.sockSet the log level for output
syncthing --log-level info|warning|error|debugmade by @shridhargupta | data from tldr-pages