diff --git a/templates/front/docs_cron.html b/templates/front/docs_cron.html index d2992383..c761f398 100644 --- a/templates/front/docs_cron.html +++ b/templates/front/docs_cron.html @@ -14,7 +14,11 @@ to parse and interpret cron expressions. Below is a showcase of supported syntax features.
- +
+ Pro-tip!
+ On Unix-like operating systems, you can also easily access cron syntax
+ documentation by typing man 5 crontab
in shell.
+
Use {start}/{step}
to define a range with a step.
Use {start}-{end}/{step}
or */{step}
+ to define a range with a step.
0/15 |
+ */15 |
* |
* |
* |
@@ -311,7 +316,7 @@
---|---|---|---|---|
- Run every 15 minutes, starting from minute 0 + Run every 15 minutes |
In the comma-separated lists you can combine not only
- numeric values but also {start}-{end}
and {start}/{step}
- constructs.