mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-22 13:05:51 +03:00
60c18f75b5
Conflicts: doc/owncloudcmd.rst
28 lines
No EOL
855 B
ReStructuredText
28 lines
No EOL
855 B
ReStructuredText
You have the option of starting your ownCloud desktop client with the
|
|
``owncloud`` command. The following options are supported:
|
|
|
|
``owncloud -h`` or ``owncloud --help``
|
|
Displays all command options.
|
|
|
|
The other options are:
|
|
|
|
``--logwindow``
|
|
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``
|
|
Clears (flushes) the log file after each write action.
|
|
|
|
``--confdir`` `<dirname>`
|
|
Uses the specified configuration directory. |