mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-03-25 08:55:50 +00:00
Remove processes param completely from docs
This commit is contained in:
parent
214756f28c
commit
c33e67fb81
1 changed files with 0 additions and 6 deletions
|
|
@ -20,12 +20,6 @@ General Section
|
|||
next sync. The data is needed to determine whether a new item means it has
|
||||
been added on one side or deleted on the other.
|
||||
|
||||
.. note::
|
||||
|
||||
Due to restrictions in Python's threading module, setting ``processes``
|
||||
to anything else than ``1`` will mean that you can't properly abort the
|
||||
program with ``^C`` anymore.
|
||||
|
||||
- ``passwordeval`` specifies a command to query for server passwords. The
|
||||
command will be called with the username as the first argument, and the
|
||||
hostname as the second.
|
||||
|
|
|
|||
Loading…
Reference in a new issue