Added -q option to the USAGE string in execsnoop. Added -q option to the manpage for execsnoop
diff --git a/tools/execsnoop.py b/tools/execsnoop.py
index 924f173..5f245a5 100755
--- a/tools/execsnoop.py
+++ b/tools/execsnoop.py
@@ -31,6 +31,7 @@
     ./execsnoop           # trace all exec() syscalls
     ./execsnoop -x        # include failed exec()s
     ./execsnoop -t        # include timestamps
+    ./execsnoop -q        # add "quotemarks" around arguments
     ./execsnoop -n main   # only print command lines containing "main"
     ./execsnoop -l tpkg   # only print command where arguments contains "tpkg"
 """