Skip to content

Commit

Permalink
users/syncthing: Update command line parameters (fixes syncthing#351)
Browse files Browse the repository at this point in the history
GitHub-Pull-Request: syncthing#352
  • Loading branch information
imsodin authored and AudriusButkevicius committed Nov 2, 2017
1 parent c00776f commit ab871fc
Showing 1 changed file with 22 additions and 5 deletions.
27 changes: 22 additions & 5 deletions users/syncthing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,12 @@ Synopsis

::

syncthing [-audit] [-auditfile=<file|-|-->] [-browser-only] [-generate=<dir>]
[-gui-address=<address>] [-gui-apikey=<key>] [-home=<dir>] [-logfile=<filename>]
[-logflags=<flags>] [-no-browser] [-no-console] [-no-restart] [-paths] [-paused]
[-reset-database] [-reset-deltas] [-upgrade] [-upgrade-check] [-upgrade-to=<url>]
[-verbose] [-version]
syncthing [-audit] [-auditfile=<file|-|-->] [-browser-only] [device-id]
[-generate=<dir>] [-gui-address=<address>] [-gui-apikey=<key>]
[-home=<dir>] [-logfile=<filename>] [-logflags=<flags>]
[-no-browser] [-no-console] [-no-restart] [-paths] [-paused]
[-reset-database] [-reset-deltas] [-unpaused] [-upgrade]
[-upgrade-check] [-upgrade-to=<url>] [-verbose] [-version]

Description
-----------
Expand All @@ -33,6 +34,14 @@ Options

Use specified file or stream (``"-"`` for stdout, ``"--"`` for stderr) for audit events, rather than the timestamped default file name.

.. cmdoption:: -browser-only

Open the web UI in a browser for an already running Syncthing instance.

.. cmdoption:: -device-id

Print device ID to command line.

.. cmdoption:: -generate=<dir>

Generate key and config in specified dir, then exit.
Expand Down Expand Up @@ -81,6 +90,10 @@ Options

Print the paths used for configuration, keys, database, GUI overrides, default sync folder and the log file.

.. cmdoption:: -paused

Start with all devices and folders paused.

.. cmdoption:: -reset-database

Reset the database, forcing a full rescan and resync.
Expand All @@ -92,6 +105,10 @@ Options

Reset delta index IDs, forcing a full index exchange.

.. cmdoption:: -unpaused

Start with all devices and folders unpaused.

.. cmdoption:: -upgrade

Perform upgrade.
Expand Down

0 comments on commit ab871fc

Please sign in to comment.