mirror of
https://github.com/chylex/Nextcloud-Desktop.git
synced 2024-11-24 16:42:46 +01:00
da63b1223c
- add description of syncing limitations - update out-of-date comments Fixes #788
21 lines
524 B
ReStructuredText
21 lines
524 B
ReStructuredText
ownCloud Client supports the following command line switches:
|
|
|
|
``--logwindow``
|
|
open a window to show log output.
|
|
|
|
``--logfile`` `<filename>`
|
|
write log output to file <filename>.
|
|
|
|
``--logdir`` `<name>`
|
|
write each sync log output in a new file in directory <name>
|
|
|
|
``--logexpire`` `<hours>`
|
|
removes logs older than <hours> hours. (to be used with --logdir)
|
|
|
|
``--logflush``
|
|
flush the log file after every write.
|
|
|
|
``--confdir`` `<dirname>`
|
|
Use the given configuration directory.
|
|
|