From 0a9bcf9a7706e4bc7f4884419790c8e3f1601d39 Mon Sep 17 00:00:00 2001 From: Runar Borge Date: Thu, 16 Aug 2018 22:44:51 +0200 Subject: T689: Undoing help text change on reboot and poweroff commands --- op-mode-definitions/poweroff.xml | 4 ++-- op-mode-definitions/reboot.xml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'op-mode-definitions') diff --git a/op-mode-definitions/poweroff.xml b/op-mode-definitions/poweroff.xml index e6cab0222..725d10225 100644 --- a/op-mode-definitions/poweroff.xml +++ b/op-mode-definitions/poweroff.xml @@ -2,14 +2,14 @@ - Shutdown the system + Poweroff the system sudo ${vyos_op_scripts_dir}/powerctrl.py --poweroff now - Shutdown the system imidiently + Poweroff the system without confirmation sudo ${vyos_op_scripts_dir}/powerctrl.py --yes --poweroff now diff --git a/op-mode-definitions/reboot.xml b/op-mode-definitions/reboot.xml index ebdd5691a..214a39633 100644 --- a/op-mode-definitions/reboot.xml +++ b/op-mode-definitions/reboot.xml @@ -9,7 +9,7 @@ - Reboot the system imidiently + Reboot the system without confirmation sudo ${vyos_op_scripts_dir}/powerctrl.py --yes --reboot now -- cgit v1.2.3