diff options
author | goodNETnick <pknet@ya.ru> | 2022-07-31 22:46:05 -0400 |
---|---|---|
committer | goodNETnick <pknet@ya.ru> | 2022-07-31 22:47:01 -0400 |
commit | 55af3cb1f534640635638bc868f0d652855b5fa7 (patch) | |
tree | 66cc633839beb05e1cf8059706d19b5fbbf79fa8 /op-mode-definitions/show-system.xml.in | |
parent | 0e9115e34305d5a703a72557d0830e2d0ed385ac (diff) | |
download | vyos-1x-55af3cb1f534640635638bc868f0d652855b5fa7.tar.gz vyos-1x-55af3cb1f534640635638bc868f0d652855b5fa7.zip |
show: T4581: 'show system cpu' fix
Diffstat (limited to 'op-mode-definitions/show-system.xml.in')
-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> |