Fix CPD upload script --input-results-file description
No-Try: True No-Presubmit: True Bug: None Change-Id: Id797c42b38a8cbe2cd998897768734aea9c11484 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/224460 Commit-Queue: Andrey Logvin <landrey@webrtc.org> Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/master@{#34394}
This commit is contained in:
committed by
WebRTC LUCI CQ
parent
286b1db1b2
commit
7a3db9d950
@ -50,7 +50,8 @@ def _CreateParser():
|
||||
help='Which dashboard to use.')
|
||||
parser.add_argument('--input-results-file', type=argparse.FileType(),
|
||||
required=True,
|
||||
help='A JSON file with output from WebRTC tests.')
|
||||
help='A HistogramSet proto file with output from '
|
||||
'WebRTC tests.')
|
||||
parser.add_argument('--output-json-file', type=argparse.FileType('w'),
|
||||
help='Where to write the output (for debugging).')
|
||||
parser.add_argument('--outdir', required=True,
|
||||
|
||||
Reference in New Issue
Block a user