USAGE message typos
authorBrendan Gregg <brendan.d.gregg@gmail.com>
Tue, 13 Oct 2015 22:41:46 +0000 (15:41 -0700)
committerBrendan Gregg <brendan.d.gregg@gmail.com>
Tue, 13 Oct 2015 22:41:46 +0000 (15:41 -0700)
tools/tcpaccept
tools/tcpaccept_example.txt
tools/tcpv4connect
tools/tcpv4connect_example.txt

index b5377c9..0e91063 100755 (executable)
@@ -25,7 +25,7 @@ import argparse
 
 # arguments
 examples = """examples:
-    ./tcpaccept           # trace all open() syscalls
+    ./tcpaccept           # trace all TCP accept()s
     ./tcpaccept -t        # include timestamps
     ./tcpaccept -p 181    # only trace PID 181
 """
index e378a42..494de1d 100644 (file)
@@ -48,6 +48,6 @@ optional arguments:
   -p PID, --pid PID  trace this PID only
 
 examples:
-    ./tcpaccept           # trace all open() syscalls
+    ./tcpaccept           # trace all TCP accept()s
     ./tcpaccept -t        # include timestamps
     ./tcpaccept -p 181    # only trace PID 181
index 67a2894..3ea3352 100755 (executable)
@@ -16,7 +16,7 @@ import argparse
 
 # arguments
 examples = """examples:
-    ./tcpv4connect           # trace all open() syscalls
+    ./tcpv4connect           # trace all TCP IPv4 connect()s
     ./tcpv4connect -t        # include timestamps
     ./tcpv4connect -p 181    # only trace PID 181
 """
index 91ee89c..559394f 100644 (file)
@@ -48,6 +48,6 @@ optional arguments:
   -p PID, --pid PID  trace this PID only
 
 examples:
-    ./tcpv4connect           # trace all open() syscalls
+    ./tcpv4connect           # trace all TCP IPv4 connect()s
     ./tcpv4connect -t        # include timestamps
     ./tcpv4connect -p 181    # only trace PID 181