[__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:
parent
42f2dceeb1
commit
dcfabf9268
1 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue