HomeSort by relevance Sort by last modified time
    Searched refs:long_help (Results 1 - 5 of 5) sorted by null

  /external/webkit/Tools/Scripts/webkitpy/tool/
multicommandtool.py 49 def __init__(self, help_text, argument_names=None, options=None, long_help=None, requires_local_commits=False):
51 self.long_help = long_help
121 if self.long_help:
122 help_text += "%s\n\n" % self.long_help
141 long_help = None variable in class:AbstractDeclarativeCommand
143 Command.__init__(self, self.help_text, self.argument_names, options=options, long_help=self.long_help, **kwargs)
multicommandtool_unittest.py 170 command_with_options = TrivialCommand(options=[make_option("--my_option")], long_help="LONG HELP")
  /external/webkit/Tools/Scripts/webkitpy/tool/commands/
download.py 104 long_help = """land commits the current working copy diff (just as svn or git commit would).
235 long_help = """Updates the working copy.
269 long_help = """Checks to make sure builders are green.
336 long_help = """Updates the working copy.
391 long_help = """Updates the working copy.
queries.py 362 long_help = """Fetches build status from http://build.webkit.org/one_box_per_builder
374 long_help = """Scans the the Skipped file of each port and figure
upload.py 227 long_help = """land-safely updates the ChangeLog with the reviewer listed
272 long_help = """upload uploads the current diff to bugs.webkit.org.

Completed in 1157 milliseconds