diff options
Diffstat (limited to 'op-mode-definitions')
-rw-r--r-- | op-mode-definitions/show-hardware.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/op-mode-definitions/show-hardware.xml b/op-mode-definitions/show-hardware.xml index 1339b9110..c1ee927cf 100644 --- a/op-mode-definitions/show-hardware.xml +++ b/op-mode-definitions/show-hardware.xml @@ -17,7 +17,7 @@ <properties> <help> Show system CPU details</help> </properties> - <command>less $_vyatta_less_options --prompt='.cpu info' -- /proc/cpuinfo</command> + <command>cat /proc/cpuinfo</command> </node> <node name="summary"> <properties> @@ -39,7 +39,7 @@ <properties> <help>Show system RAM details</help> </properties> - <command>less $_vyatta_less_options --prompt='.mem info' -- /proc/meminfo</command> + <command>cat /proc/meminfo</command> </node> <node name="pci"> |