Skip to content

Commit

Permalink
Update wakeuptime.py (iovisor#1957)
Browse files Browse the repository at this point in the history
fix a typo
  • Loading branch information
ploth authored and yonghong-song committed Aug 31, 2018
1 parent 19bdbfd commit b1508e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/wakeuptime.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ def positive_nonzero_int(val):
./wakeuptime 5 # trace for 5 seconds only
./wakeuptime -f 5 # 5 seconds, and output in folded format
./wakeuptime -u # don't include kernel threads (user only)
./wakeuptime -p 185 # trace fo PID 185 only
./wakeuptime -p 185 # trace for PID 185 only
"""
parser = argparse.ArgumentParser(
description="Summarize sleep to wakeup time by waker kernel stack",
Expand Down

0 comments on commit b1508e8

Please sign in to comment.