summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorStephen Hemminger <stephen.hemminger@vyatta.com>2008-10-29 13:04:18 -0700
committerStephen Hemminger <stephen.hemminger@vyatta.com>2008-10-29 13:04:18 -0700
commit5304fabe0b0eb212936ca1f47e4cf98d73fd6b81 (patch)
treeb474f37a8c0495e262735a1ff0ff7d79f4787062 /templates
parent9aae78f8dff2d6e26feeef01ba1cb64201039b77 (diff)
downloadvyatta-op-5304fabe0b0eb212936ca1f47e4cf98d73fd6b81.tar.gz
vyatta-op-5304fabe0b0eb212936ca1f47e4cf98d73fd6b81.zip
fix 'show history N'
Missing parameter
Diffstat (limited to 'templates')
-rw-r--r--templates/show/history/node.tag/node.def4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/show/history/node.tag/node.def b/templates/show/history/node.tag/node.def
index 2c77a35..a8c3755 100644
--- a/templates/show/history/node.tag/node.def
+++ b/templates/show/history/node.tag/node.def
@@ -1,3 +1,3 @@
-help: Display last commands in history
+help: Display last N commands in history
allowed: echo -n '<NUMBER>'
-run: HISTTIMEFORMAT='%FT%T%z ' history
+run: HISTTIMEFORMAT='%FT%T%z ' history $3