[__cron] add hint for default values of time-related parameters

This should resolve some misunderstanding when leave a time-related
parameter with it's default value.
This commit is contained in:
matze 2020-05-16 14:00:02 +02:00
parent 42f2dceeb1
commit dcfabf9268
1 changed files with 5 additions and 0 deletions

View File

@ -21,6 +21,11 @@ command
OPTIONAL PARAMETERS
-------------------
**NOTE**: All time-related parameters (``--minute``, ``--hour``, ``--day_of_month``
``--month`` and ``--day_of_week``) defaults to ``*``, which means to execute it
**always**. If you set ``--hour 0`` to execute the cronjob only at midnight, it
will execute **every** minute in the first hour of the morning all days.
state
Either present or absent. Defaults to present.
minute