Skip to content

Commit 98322a3

Browse files
committed
[process-stats-dir] Escape percent in help message.
1 parent 3902688 commit 98322a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/process-stats-dir.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@ def main():
344344
parser.add_argument("--sort-by-delta-pct",
345345
default=False,
346346
action="store_true",
347-
help="Sort comparison results by delta-%, not stat")
347+
help="Sort comparison results by delta-%%, not stat")
348348
parser.add_argument("--sort-descending",
349349
default=False,
350350
action="store_true",

0 commit comments

Comments
 (0)