Skip to content

Commit f753071

Browse files
committed
Small fix to cli
1 parent d515f73 commit f753071

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Lib/profiling/sampling/cli.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -478,9 +478,9 @@ def _add_format_options(parser, include_compression=True, include_binary=True):
478478
)
479479
format_group.add_argument(
480480
"--diff-flamegraph",
481-
metavar="BASELINE.bin",
481+
metavar="BASELINE",
482482
action=DiffFlamegraphAction,
483-
help="Generate differential flamegraph comparing current profile to BASELINE.bin binary file",
483+
help="Generate differential flamegraph comparing current profile to BASELINE binary file",
484484
)
485485
if include_binary:
486486
format_group.add_argument(

0 commit comments

Comments
 (0)