nextcloud-desktop/doc/options.rst

24 lines
799 B
ReStructuredText
Raw Normal View History

2014-02-13 19:54:01 +04:00
When invoking the client from the command line, the following options are supported:
``-h``, ``--help``
2014-06-26 00:04:33 +04:00
Displays all the options below or, when used on Windows, opens a window displaying all options.
``--logwindow``
2014-06-26 00:04:33 +04:00
Opens a window displaying log output.
``--logfile`` `<filename>`
2014-06-26 00:04:33 +04:00
Write log output to the file specified. To write to stdout, specify `-` as the filename.
``--logdir`` `<name>`
2014-06-26 00:04:33 +04:00
Writes each synchronization log output in a new file in the specified directory.
``--logexpire`` `<hours>`
2014-06-26 00:04:33 +04:00
Removes logs older than the value specified (in hours). This command is used with ``--logdir``.
``--logflush``
2014-06-26 00:04:33 +04:00
Clears (flushes) the log file after each write action.
``--confdir`` `<dirname>`
2014-06-26 00:04:33 +04:00
Uses the specified configuration directory.