diff options
| -rw-r--r-- | op-mode-definitions/poweroff.xml | 2 | ||||
| -rw-r--r-- | op-mode-definitions/reboot.xml | 2 | 
2 files changed, 2 insertions, 2 deletions
diff --git a/op-mode-definitions/poweroff.xml b/op-mode-definitions/poweroff.xml index bb2eedcb1..ff27f4f4d 100644 --- a/op-mode-definitions/poweroff.xml +++ b/op-mode-definitions/poweroff.xml @@ -36,7 +36,7 @@        <properties>          <help>Poweroff at a specific time</help>          <completionHelp> -          <list>HH:MM</list> +          <list><HH:MM></list>          </completionHelp>        </properties>        <command>sudo ${vyos_op_scripts_dir}/powerctrl.py --yes --poweroff $3</command> diff --git a/op-mode-definitions/reboot.xml b/op-mode-definitions/reboot.xml index 703304ff8..340c8ca82 100644 --- a/op-mode-definitions/reboot.xml +++ b/op-mode-definitions/reboot.xml @@ -36,7 +36,7 @@        <properties>          <help>Reboot at a specific time</help>          <completionHelp> -          <list>HH:MM</list> +          <list><HH:MM></list>          </completionHelp>        </properties>        <command>sudo ${vyos_op_scripts_dir}/powerctrl.py --yes --reboot $3</command>  | 
