diff options
Diffstat (limited to 'templates/show/hardware/cpu/node.def')
-rw-r--r-- | templates/show/hardware/cpu/node.def | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/templates/show/hardware/cpu/node.def b/templates/show/hardware/cpu/node.def index 4339af2..2e3c616 100644 --- a/templates/show/hardware/cpu/node.def +++ b/templates/show/hardware/cpu/node.def @@ -1,2 +1,4 @@ help: Show system CPU details -run: cat /proc/cpuinfo +run: less $_vyatta_less_options \ + --prompt=".cpu info" \ + -- /proc/cpuinfo |