Skip to content

Commit 931be94

Browse files
miikkahugovk
andauthored
Update Lib/timeit.py
Co-authored-by: Hugo van Kemenade <[email protected]>
1 parent 8cfea8e commit 931be94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/timeit.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ def main(args=None, *, _wrap_timer=None):
284284
try:
285285
opts, args = getopt.getopt(args, "n:u:s:r:pt:vh",
286286
["number=", "setup=", "repeat=",
287-
"process", "target_time=",
287+
"process", "target-time=",
288288
"verbose", "unit=", "help"])
289289
except getopt.error as err:
290290
print(err)

0 commit comments

Comments
 (0)