diff options
author | Mike Gerwitz <mike.gerwitz@ryansg.com> | 2022-01-19 13:29:23 -0500 |
---|---|---|
committer | Mike Gerwitz <mike.gerwitz@ryansg.com> | 2022-01-19 13:29:23 -0500 |
commit | c72d908a3f05cb8768038285d750ebc52ddfd804 (patch) | |
tree | 9efc976fa516623cfcb7093064765d8565452281 /bin | |
parent | 756dcd78947a8a5f739bbb894a295372444c4e9f (diff) | |
download | tame-c72d908a3f05cb8768038285d750ebc52ddfd804.tar.gz tame-c72d908a3f05cb8768038285d750ebc52ddfd804.tar.bz2 tame-c72d908a3f05cb8768038285d750ebc52ddfd804.zip |
tamed: Add missing --report to help
Missing from previous commit.
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/tamed | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -431,8 +431,10 @@ parent process id (PPID), so tamed will not kill itself if run manually on a shell (unless the shell exits first). Options: - --help show this message - --kill kill a runing tamed at path RUNPATH + --help show this message + --kill kill a runing tamed at path RUNPATH + --report display runner report (this is subject to change + in later versions) Environment Variables: TAMED_STALL_SECONDS number of seconds of runner inactivity before |