2014-02-13 19:54:01 +04:00
|
|
|
When invoking the client from the command line, the following options are supported:
|
|
|
|
|
|
|
|
``-h``, ``--help``
|
2014-12-31 22:27:52 +03:00
|
|
|
Displays all command options.
|
2013-02-09 15:23:32 +04:00
|
|
|
|
|
|
|
``--logwindow``
|
2014-06-26 00:04:33 +04:00
|
|
|
Opens a window displaying log output.
|
2013-02-09 15:23:32 +04:00
|
|
|
|
2013-08-02 13:59:57 +04:00
|
|
|
``--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.
|
2013-06-19 17:06:16 +04:00
|
|
|
|
2013-08-02 13:59:57 +04:00
|
|
|
``--logdir`` `<name>`
|
2014-06-26 00:04:33 +04:00
|
|
|
Writes each synchronization log output in a new file in the specified directory.
|
2013-02-09 15:23:32 +04:00
|
|
|
|
2013-08-02 13:59:57 +04:00
|
|
|
``--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``.
|
2013-08-02 13:59:57 +04:00
|
|
|
|
|
|
|
``--logflush``
|
2014-06-26 00:04:33 +04:00
|
|
|
Clears (flushes) the log file after each write action.
|
2013-02-09 15:23:32 +04:00
|
|
|
|
2013-08-02 13:59:57 +04:00
|
|
|
``--confdir`` `<dirname>`
|
2014-06-26 00:04:33 +04:00
|
|
|
Uses the specified configuration directory.
|
2013-08-02 13:59:57 +04:00
|
|
|
|