diff --git a/README.rst b/README.rst index 7b65ef7..e228f5a 100644 --- a/README.rst +++ b/README.rst @@ -186,11 +186,17 @@ The script accepts these arguments: * ``-p`` or ``--port``: port to connect to * ``-d`` or ``--db``: Redis db to use * ``-P`` or ``--password``: password to connect to Redis -* ``-b`` or ``--burst``: runs in burst mode (enqueue scheduled jobs whose execution time is in the past and quit) The arguments pull default values from environment variables with the same names but with a prefix of ``RQ_REDIS_``. +* ``-b`` or ``--burst``: runs in burst mode (enqueue scheduled jobs whose execution time is in the past and quit) +* ``-v`` or ``--verbose``: Show more output +* ``-v`` or ``--verbose``: Show more output +* ``--path``: Specify the import path (default .) +* ``--pid``: A filename to use for the PID file. +* ``-i`` or ``--interval``: How often the scheduler checks for new jobs to add to the queue (in seconds, can be floating-point for more precision - default 60.0). + Changelog =========