options.rst 733 B

1234567891011121314151617181920212223
  1. When invoking the client from the command line, the following options are supported:
  2. ``-h``, ``--help``
  3. Displays all command options.
  4. ``--logwindow``
  5. Opens a window displaying log output.
  6. ``--logfile`` `<filename>`
  7. Write log output to the file specified. To write to stdout, specify `-` as the filename.
  8. ``--logdir`` `<name>`
  9. Writes each synchronization log output in a new file in the specified directory.
  10. ``--logexpire`` `<hours>`
  11. Removes logs older than the value specified (in hours). This command is used with ``--logdir``.
  12. ``--logflush``
  13. Clears (flushes) the log file after each write action.
  14. ``--confdir`` `<dirname>`
  15. Uses the specified configuration directory.