Merge pull request #59 from lwindolf/patch-1

Fix usage copy&paste from opensnoop
This commit is contained in:
Brendan Gregg
2017-12-19 14:19:54 -08:00
committed by GitHub

View File

@@ -73,7 +73,7 @@ function usage {
execsnoop # watch exec()s live (unbuffered)
execsnoop -d 1 # trace 1 sec (buffered)
execsnoop grep # trace process names containing grep
execsnoop 'log$' # filenames ending in "log"
execsnoop 'udevd$' # process names ending in "udevd"
See the man page and example file for more info.
END