Commit 000a4e65 authored by Brendan Gregg's avatar Brendan Gregg

USAGE message typos

parent 052f89c2
......@@ -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
"""
......
......@@ -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
......@@ -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
"""
......
......@@ -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
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment