nextcloud-desktop/doc/options.rst

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

35 lines
1.1 KiB
ReStructuredText
Raw Normal View History

You have the option of starting your Nextcloud desktop client with the
``nextcloud`` command. The following options are supported:
2014-02-13 19:54:01 +04:00
``nextcloud -h`` or ``nextcloud --help``
Displays all command options.
The other options are:
``--logwindow``
2014-06-26 00:04:33 +04:00
Opens a window displaying log output.
``--logfile`` `<filename>`
Write log output to the file specified. To write to stdout, specify `-`
as the filename.
``--logdir`` `<name>`
Writes each synchronization log output in a new file in the specified
directory.
``--logexpire`` `<hours>`
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.
2018-07-11 18:51:20 +03:00
``--logdebug``
Also output debug-level messages in the log (equivalent to setting the env var QT_LOGGING_RULES="qt.*=true;*.debug=true").
``--confdir`` `<dirname>`
Uses the specified configuration directory.
``--background``
Launch the application in the background (i.e. without opening the main dialog).