Skip to content

Commit

Permalink
Fix example indent
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 33c8b1a commit d12dd2e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tools/killsnoop_example.txt
Expand Up @@ -29,7 +29,7 @@ optional arguments:
-p PID, --pid PID trace this PID only

examples:
./killsnoop # trace all kill() signals
./killsnoop -x # only show failed kills
./killsnoop -p 181 # only trace PID 181
./killsnoop -s 9 # only trace signal 9
./killsnoop # trace all kill() signals
./killsnoop -x # only show failed kills
./killsnoop -p 181 # only trace PID 181
./killsnoop -s 9 # only trace signal 9

0 comments on commit d12dd2e

Please sign in to comment.