Remove processes param completely from docs

This commit is contained in:
Markus Unterwaditzer 2014-10-18 22:27:50 +02:00
parent 214756f28c
commit c33e67fb81

View file

@ -20,12 +20,6 @@ General Section
next sync. The data is needed to determine whether a new item means it has 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. 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 - ``passwordeval`` specifies a command to query for server passwords. The
command will be called with the username as the first argument, and the command will be called with the username as the first argument, and the
hostname as the second. hostname as the second.