diff options
author | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2008-10-29 13:04:18 -0700 |
---|---|---|
committer | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2008-10-29 13:04:18 -0700 |
commit | 5304fabe0b0eb212936ca1f47e4cf98d73fd6b81 (patch) | |
tree | b474f37a8c0495e262735a1ff0ff7d79f4787062 /templates | |
parent | 9aae78f8dff2d6e26feeef01ba1cb64201039b77 (diff) | |
download | vyatta-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.def | 4 |
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 |