diff options
author | John Estabrook <jestabro@vyos.io> | 2022-09-08 11:42:09 -0500 |
---|---|---|
committer | John Estabrook <jestabro@vyos.io> | 2022-09-08 14:56:51 -0500 |
commit | c9e1392379958222211d9794a3751a129bbff75a (patch) | |
tree | 58d235969d429ec7154914e3f4aba9de24eed649 /op-mode-definitions/show-system.xml.in | |
parent | 627cfc6d6733998a721ac97f9f5bc44c4c2c6797 (diff) | |
download | vyos-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.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 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> |