correct argument in example

This commit is contained in:
acyberexpert
2018-05-17 21:44:43 +08:00
committed by Stephen Cope
parent 98d42a2a14
commit f7474acc3c

View File

@@ -28,7 +28,7 @@ The first several lines show opensnoop catching itself initializing.
Use -h to print the USAGE message: Use -h to print the USAGE message:
# ./opensnoop -h # ./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 -d seconds # trace duration, and use buffers
-n name # process name to match on open -n name # process name to match on open
-p PID # PID to match on open -p PID # PID to match on open