diff options
-rw-r--r-- | templates/show/system/accounting/node.tag/node.def | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/show/system/accounting/node.tag/node.def b/templates/show/system/accounting/node.tag/node.def index 053e706..776cc03 100644 --- a/templates/show/system/accounting/node.tag/node.def +++ b/templates/show/system/accounting/node.tag/node.def @@ -1,2 +1,2 @@ -help: Show accounting information for a specified user -run: lastcomm --user "$4" +help: Show system command accounting information for user +run: lastcomm --user $4 |