diff options
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 |