Fix usage copy&paste from opensnoop

This commit is contained in:
Lars Windolf
2017-11-14 23:34:28 +01:00
committed by GitHub
parent 7ffb3fdff8
commit 95d12d9254

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