Commit b1508e84 authored by Pascal Loth's avatar Pascal Loth Committed by yonghong-song

Update wakeuptime.py (#1957)

fix a typo
parent 19bdbfd2
......@@ -42,7 +42,7 @@ examples = """examples:
./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",
......
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