X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Ftools%2Fswarming_client%2Ftools%2Fparallel_execution.py;h=06344cf59c3813136ae31a7a34e96ea8f7042c07;hb=4a1a0bdd01eef90b0826a0e761d3379d3715c10f;hp=fa9dab471c2dca9b1bb5f39a4e13c68d979b8a50;hpb=b1be5ca53587d23e7aeb77b26861fdc0a181ffd8;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/tools/swarming_client/tools/parallel_execution.py b/src/tools/swarming_client/tools/parallel_execution.py index fa9dab4..06344cf 100644 --- a/src/tools/swarming_client/tools/parallel_execution.py +++ b/src/tools/swarming_client/tools/parallel_execution.py @@ -167,7 +167,7 @@ class OptionParser(tools.OptionParserWithLogging): dest='dimensions', metavar='FOO bar', help='dimension to filter on') self.add_option( - '--priority', type='int', default=100, + '--priority', type='int', help='The lower value, the more important the task is. It may be ' 'important to specify a higher priority since the default value ' 'will make the task to be triggered only when the slaves are idle.')