Skip to content

Commit

Permalink
Make examples consistent
Browse files Browse the repository at this point in the history
  • Loading branch information
synical authored and yonghong-song committed May 26, 2020
1 parent d12dd2e commit 7cecd79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/killsnoop.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
./killsnoop # trace all kill() signals
./killsnoop -x # only show failed kills
./killsnoop -p 181 # only trace PID 181
./killsnoop -s 13 # only trace signal 13
./killsnoop -s 9 # only trace signal 9
"""
parser = argparse.ArgumentParser(
description="Trace signals issued by the kill() syscall",
Expand Down

0 comments on commit 7cecd79

Please sign in to comment.