Skip to content

Commit 461f17e

Browse files
committed
Change -csv flag to be --emit-csv.
1 parent 35aa040 commit 461f17e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

benchmark/scripts/Benchmark_DTrace.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ def parse_args():
119119
default=None,
120120
help='Filter out any test that does not match the given regex')
121121
parser.add_argument(
122-
'-csv',
122+
'--emit-csv',
123123
default=False,
124124
action='store_true',
125125
help="Emit csv output",

0 commit comments

Comments
 (0)