Merge pull request #71 from acyberexpert/master

correct argument in example
This commit is contained in:
Brendan Gregg
2020-01-14 14:47:11 -08:00
committed by GitHub

View File

@@ -28,7 +28,7 @@ The first several lines show opensnoop catching itself initializing.
Use -h to print the USAGE message:
# ./opensnoop -h
USAGE: opensnoop [-htx] [-d secs] [-p PID] [-T TID] [-n name] [filename]
USAGE: opensnoop [-htx] [-d secs] [-p PID] [-L TID] [-n name] [filename]
-d seconds # trace duration, and use buffers
-n name # process name to match on open
-p PID # PID to match on open