Bug 880034 - Typo in --timeouts help message, r=jgriffin

This commit is contained in:
Malini Das 2013-06-06 10:15:29 -04:00
Родитель 05326d67d7
Коммит b7dbbd963d
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -640,7 +640,7 @@ class MarionetteTestOptions(OptionParser):
self.add_option('--timeout',
dest='timeout',
type=int,
help='if a --timeout value is given, it will set the default page load timeout, search timeout and script timeout to the given value. If not passed in, it will use the default values of 30000ms for page load, 0ms for search timeout and 10ms for script timeout')
help='if a --timeout value is given, it will set the default page load timeout, search timeout and script timeout to the given value. If not passed in, it will use the default values of 30000ms for page load, 0ms for search timeout and 10000ms for script timeout')
def verify_usage(self, options, tests):
if not tests: