Fix a minor output typo as found by Terry Reedy.
This commit is contained in:
parent
cdf1121076
commit
5ea5b67a0b
|
@ -201,7 +201,7 @@ if __name__ == '__main__':
|
|||
'(incompatible w/ --benchmark)')
|
||||
parser.add_argument('--benchmark', dest='benchmark',
|
||||
help='specific benchmark to run '
|
||||
'(incompatible w/ --file')
|
||||
'(incompatible w/ --file)')
|
||||
options = parser.parse_args()
|
||||
if options.filename and options.benchmark:
|
||||
print('Cannot specify a benchmark *and* read/write results')
|
||||
|
|
Loading…
Reference in New Issue