Commit 676b1206 authored by jbudorick's avatar jbudorick Committed by Commit bot

[Android] Fix uirobot --minutes help text in test_runner.py

BUG=428729

Review URL: https://codereview.chromium.org/905813002

Cr-Commit-Position: refs/heads/master@{#315120}
parent 76b3a496
......@@ -529,7 +529,7 @@ def AddUirobotTestOptions(parser):
help='APK to run tests on.')
group.add_argument(
'--minutes', default=5, type=int,
help='Number of minutes to run uirobot test [default: %default].')
help='Number of minutes to run uirobot test [default: %(default)s].')
AddCommonOptions(parser)
AddDeviceOptions(parser)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment