diff options
author | Christian Poessinger <christian@poessinger.com> | 2022-08-01 07:24:37 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-01 07:24:37 +0200 |
commit | 0c4e1eae2f824e66b397da5632a2d9a9abcb94ca (patch) | |
tree | 66cc633839beb05e1cf8059706d19b5fbbf79fa8 | |
parent | 0e9115e34305d5a703a72557d0830e2d0ed385ac (diff) | |
parent | 55af3cb1f534640635638bc868f0d652855b5fa7 (diff) | |
download | vyos-1x-0c4e1eae2f824e66b397da5632a2d9a9abcb94ca.tar.gz vyos-1x-0c4e1eae2f824e66b397da5632a2d9a9abcb94ca.zip |
Merge pull request #1449 from goodNETnick/sh_sys_cpu
show: T4581: 'show system cpu' fix
-rw-r--r-- | op-mode-definitions/show-system.xml.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/op-mode-definitions/show-system.xml.in b/op-mode-definitions/show-system.xml.in index 6f05d0c12..60ed28b6f 100644 --- a/op-mode-definitions/show-system.xml.in +++ b/op-mode-definitions/show-system.xml.in @@ -53,7 +53,7 @@ <properties> <help>Show CPU information</help> </properties> - <command>${vyos_op_scripts_dir}/show_cpu.py</command> + <command>${vyos_op_scripts_dir}/cpu.py show</command> </leafNode> <leafNode name="kernel-messages"> <properties> |