cron help
This commit is contained in:
parent
9aacbc88fb
commit
c78e90d240
1 changed files with 2 additions and 1 deletions
|
@ -16,7 +16,8 @@ class CronAlarmForm(Form):
|
||||||
cron_format = StringField(
|
cron_format = StringField(
|
||||||
"cron-like format",
|
"cron-like format",
|
||||||
validators=[validators.required()],
|
validators=[validators.required()],
|
||||||
description="the frequency specification, as in the `cron` command",
|
description="the frequency specification, as in the <tt>cron</tt> command; "
|
||||||
|
'see <a href="https://crontab.guru/">crontab.guru</a> for a hepl with cron format',
|
||||||
)
|
)
|
||||||
submit = SubmitField("Submit")
|
submit = SubmitField("Submit")
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue