From 37850e2f6f9efed96c9e807fd98623465337d330 Mon Sep 17 00:00:00 2001 From: Christian Poessinger Date: Mon, 30 Dec 2019 11:28:52 +0100 Subject: remove all enclosing '' from cfgcmd/opcmd --- docs/system/task-scheduler.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'docs/system/task-scheduler.rst') diff --git a/docs/system/task-scheduler.rst b/docs/system/task-scheduler.rst index 869a0600..382da39f 100644 --- a/docs/system/task-scheduler.rst +++ b/docs/system/task-scheduler.rst @@ -11,7 +11,7 @@ use of UNIX cron_. be dangerous. Together with :ref:`command-scripting` this can be used for automating (re-)configuration. -.. cfgcmd:: set system task-scheduler task '' interval '' +.. cfgcmd:: set system task-scheduler task interval Specify the time interval when `` should be executed. The interval is specified as number with one of the following suffixes: @@ -23,17 +23,17 @@ use of UNIX cron_. .. note:: If suffix is omitted, minutes are implied. -.. cfgcmd:: set system task-scheduler task '' crontab-spec '' +.. cfgcmd:: set system task-scheduler task crontab-spec Set execution time in common cron_ time format. A cron `` of ``30 */6 * * *`` would execute the `` at minute 30 past every 6th hour. -.. cfgcmd:: set system task-scheduler task '' executable path '' +.. cfgcmd:: set system task-scheduler task executable path Specify absolute `` to script which will be run when `` is executed. -.. cfgcmd:: set system task-scheduler task '' executable arguments '' +.. cfgcmd:: set system task-scheduler task executable arguments Arguments which will be passed to the executable. -- cgit v1.2.3