summaryrefslogtreecommitdiff
path: root/op-mode-definitions/poweroff.xml
diff options
context:
space:
mode:
Diffstat (limited to 'op-mode-definitions/poweroff.xml')
-rw-r--r--op-mode-definitions/poweroff.xml4
1 files changed, 2 insertions, 2 deletions
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 @@
<interfaceDefinition>
<node name="poweroff">
<properties>
- <help>Shutdown the system</help>
+ <help>Poweroff the system</help>
</properties>
<command>sudo ${vyos_op_scripts_dir}/powerctrl.py --poweroff now</command>
<children>
<leafNode name="now">
<properties>
- <help>Shutdown the system imidiently</help>
+ <help>Poweroff the system without confirmation</help>
</properties>
<command>sudo ${vyos_op_scripts_dir}/powerctrl.py --yes --poweroff now</command>
</leafNode>