diff options
author | Christian Poessinger <christian@poessinger.com> | 2022-09-09 09:19:14 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-09 09:19:14 +0200 |
commit | 1d360002d1ad7e0bb9c6221aea855bfe7d096dc3 (patch) | |
tree | 431b2cae0bf748f1c3bb5007f5274126406c94de /op-mode-definitions/show-system.xml.in | |
parent | 4f198bcd93f9625a4feda6952a5f5af484524211 (diff) | |
parent | 1c45ecfc963253123b8d7bada5971a30edda4f53 (diff) | |
download | vyos-1x-1d360002d1ad7e0bb9c6221aea855bfe7d096dc3.tar.gz vyos-1x-1d360002d1ad7e0bb9c6221aea855bfe7d096dc3.zip |
Merge branch 'current' into standardize-show-system-storage
Diffstat (limited to 'op-mode-definitions/show-system.xml.in')
-rw-r--r-- | op-mode-definitions/show-system.xml.in | 4 |
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 b35e0a9e5..bd32992aa 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> |