Skip to content

Commit

Permalink
killsnoop: s/failed opens/failed kill syscalls/
Browse files Browse the repository at this point in the history
  • Loading branch information
cdown committed Jul 13, 2016
1 parent a4159da commit 8ddcbdf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tools/killsnoop.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
parser.add_argument("-t", "--timestamp", action="store_true",
help="include timestamp on output")
parser.add_argument("-x", "--failed", action="store_true",
help="only show failed opens")
help="only show failed kill syscalls")
parser.add_argument("-p", "--pid",
help="trace this PID only")
args = parser.parse_args()
Expand Down
2 changes: 1 addition & 1 deletion tools/killsnoop_example.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Trace signals issued by the kill() syscall
optional arguments:
-h, --help show this help message and exit
-t, --timestamp include timestamp on output
-x, --failed only show failed opens
-x, --failed only show failed kill syscalls
-p PID, --pid PID trace this PID only

examples:
Expand Down

0 comments on commit 8ddcbdf

Please sign in to comment.