Skip to content

Commit

Permalink
Update --csv cmd opt to --tma-csv
Browse files Browse the repository at this point in the history
  • Loading branch information
weilinwa committed Oct 14, 2024
1 parent 4e254f1 commit 6199569
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/create_perf_json.py
Original file line number Diff line number Diff line change
Expand Up @@ -2088,7 +2088,7 @@ def main():
default=0,
dest='verbose',
help='Additional output when running.')
ap.add_argument('--csv',
ap.add_argument('--tma-csv',
'-c',
default=False,
action="store_true",
Expand Down

0 comments on commit 6199569

Please sign in to comment.