diff options
author | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2008-10-24 10:06:13 -0700 |
---|---|---|
committer | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2008-10-24 10:06:13 -0700 |
commit | 388691e7df1d4c3eefed7a974a9c2591d1fafaf5 (patch) | |
tree | 57eccb22d6bc1157087bbc28833d8ec92e18ca98 /templates/show/history/node.def | |
parent | 57c3cb7b52492b9ee54b34a7bb277db596feaaf1 (diff) | |
download | vyatta-op-388691e7df1d4c3eefed7a974a9c2591d1fafaf5.tar.gz vyatta-op-388691e7df1d4c3eefed7a974a9c2591d1fafaf5.zip |
Better format of output
Add timestamp and brief options.
Diffstat (limited to 'templates/show/history/node.def')
-rw-r--r-- | templates/show/history/node.def | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/show/history/node.def b/templates/show/history/node.def index 27ea6fd..682122a 100644 --- a/templates/show/history/node.def +++ b/templates/show/history/node.def @@ -1,2 +1,2 @@ help: show command history -run: history | ${VYATTA_PAGER:-cat} +run: HISTTIMEFORMAT='%FT%T%z ' history |