summaryrefslogtreecommitdiff
path: root/op-mode-definitions/show-system.xml.in
diff options
context:
space:
mode:
authorJohn Estabrook <jestabro@vyos.io>2022-09-08 11:42:09 -0500
committerJohn Estabrook <jestabro@vyos.io>2022-09-08 14:56:51 -0500
commitc9e1392379958222211d9794a3751a129bbff75a (patch)
tree58d235969d429ec7154914e3f4aba9de24eed649 /op-mode-definitions/show-system.xml.in
parent627cfc6d6733998a721ac97f9f5bc44c4c2c6797 (diff)
downloadvyos-1x-c9e1392379958222211d9794a3751a129bbff75a.tar.gz
vyos-1x-c9e1392379958222211d9794a3751a129bbff75a.zip
system: T4681: convert 'show_uptime.py' script to standardized format
Diffstat (limited to 'op-mode-definitions/show-system.xml.in')
-rw-r--r--op-mode-definitions/show-system.xml.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/op-mode-definitions/show-system.xml.in b/op-mode-definitions/show-system.xml.in
index 60ed28b6f..6962ad374 100644
--- a/op-mode-definitions/show-system.xml.in
+++ b/op-mode-definitions/show-system.xml.in
@@ -142,7 +142,7 @@
<properties>
<help>Show summary of system processes</help>
</properties>
- <command>${vyos_op_scripts_dir}/show_uptime.py</command>
+ <command>${vyos_op_scripts_dir}/uptime.py show</command>
</leafNode>
<leafNode name="tree">
<properties>
@@ -168,7 +168,7 @@
<properties>
<help>Show system uptime and load averages</help>
</properties>
- <command>${vyos_op_scripts_dir}/show_uptime.py</command>
+ <command>${vyos_op_scripts_dir}/uptime.py show</command>
</leafNode>
</children>
</node>