diff options
author | Jakub Kicinski <[email protected]> | 2023-05-11 09:06:26 -0700 |
---|---|---|
committer | Jakub Kicinski <[email protected]> | 2023-05-11 09:06:55 -0700 |
commit | bc88ba0cad64a4aa85f9deca79c6f3addcd21795 (patch) | |
tree | 66db8412b3f65bf19645611afee4b1dbe14b74a8 /tools/perf/scripts/python/task-analyzer.py | |
parent | 285b2a46953cecea207c53f7c6a7a76c9bbab303 (diff) | |
parent | 6e27831b91a0bc572902eb065b374991c1ef452a (diff) |
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Cross-merge networking fixes. No conflicts.
Signed-off-by: Jakub Kicinski <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/task-analyzer.py')
-rwxr-xr-x | tools/perf/scripts/python/task-analyzer.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/perf/scripts/python/task-analyzer.py b/tools/perf/scripts/python/task-analyzer.py index 52e8dae9b1f0..3f1df9894246 100755 --- a/tools/perf/scripts/python/task-analyzer.py +++ b/tools/perf/scripts/python/task-analyzer.py @@ -114,7 +114,7 @@ def _parse_args(): "--ns", action="store_true", help="show timestamps in nanoseconds" ) parser.add_argument( - "--ms", action="store_true", help="show timestamps in miliseconds" + "--ms", action="store_true", help="show timestamps in milliseconds" ) parser.add_argument( "--extended-times", |