diff options
author | Christian Poessinger <christian@poessinger.com> | 2018-01-05 04:39:05 +0100 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2018-01-05 07:40:10 +0100 |
commit | 30eae347cc0482d79604fa8966bf0b225bb7e918 (patch) | |
tree | 5496601db386e51f69d4e5ca4ab22888ffd0ca76 /interface-definitions/cron.xml | |
parent | 8826edfcbb60bc4372978b4a11d2300b07d5ac1c (diff) | |
download | vyos-1x-30eae347cc0482d79604fa8966bf0b225bb7e918.tar.gz vyos-1x-30eae347cc0482d79604fa8966bf0b225bb7e918.zip |
T510: fix wrong task-scheduler 'binary arguments' completion help
Diffstat (limited to 'interface-definitions/cron.xml')
-rw-r--r-- | interface-definitions/cron.xml | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/interface-definitions/cron.xml b/interface-definitions/cron.xml index e881716c2..a9e9b0401 100644 --- a/interface-definitions/cron.xml +++ b/interface-definitions/cron.xml @@ -28,6 +28,22 @@ <leafNode name="interval"> <properties> <help>Execution interval</help> + <valueHelp> + <format><minutes></format> + <description>Execution interval in minutes</description> + </valueHelp> + <valueHelp> + <format><minutes>m</format> + <description>Execution interval in minutes</description> + </valueHelp> + <valueHelp> + <format><hours>h</format> + <description>Execution interval in hours</description> + </valueHelp> + <valueHelp> + <format><days>d</format> + <description>Execution interval in days</description> + </valueHelp> </properties> </leafNode> <node name="executable"> @@ -43,22 +59,6 @@ <leafNode name="arguments"> <properties> <help>Arguments passed to the executable</help> - <valueHelp> - <format><minutes></format> - <description>Execution interval in minutes</description> - </valueHelp> - <valueHelp> - <format><minutes>m</format> - <description>Execution interval in minutes</description> - </valueHelp> - <valueHelp> - <format><hours>h</format> - <description>Execution interval in hours</description> - </valueHelp> - <valueHelp> - <format><days>d</format> - <description>Execution interval in days</description> - </valueHelp> </properties> </leafNode> </children> |