Skip to content

Commit

Permalink
Fix Erroneous "gethostlatency" Comments (iovisor#2549)
Browse files Browse the repository at this point in the history
* Fix erroneous comment in gethostlatency.py
* Fix erroneous comment in gethostlatency_example
  • Loading branch information
synical authored and yonghong-song committed Oct 13, 2019
1 parent 2d1497c commit 6b989db
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tools/gethostlatency.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
import argparse

examples = """examples:
./gethostlatency # trace all TCP accept()s
./gethostlatency # time getaddrinfo/gethostbyname[2] calls
./gethostlatency -p 181 # only trace PID 181
"""
parser = argparse.ArgumentParser(
Expand Down
2 changes: 1 addition & 1 deletion tools/gethostlatency_example.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,5 @@ optional arguments:
-p PID, --pid PID trace this PID only

examples:
./gethostlatency # trace all TCP accept()s
./gethostlatency # time getaddrinfo/gethostbyname[2] calls
./gethostlatency -p 181 # only trace PID 181

0 comments on commit 6b989db

Please sign in to comment.