| Index: Tools/Scripts/webkitpy/tool/commands/gardenomatic.py
|
| diff --git a/Tools/Scripts/webkitpy/tool/commands/gardenomatic.py b/Tools/Scripts/webkitpy/tool/commands/gardenomatic.py
|
| index e1ebe9b88dd2e2a78c4c56e6aefd3f185f60de79..0a3a703db0e649d4a6de42cff985f5cbfc9c54de 100644
|
| --- a/Tools/Scripts/webkitpy/tool/commands/gardenomatic.py
|
| +++ b/Tools/Scripts/webkitpy/tool/commands/gardenomatic.py
|
| @@ -30,6 +30,7 @@ from webkitpy.tool.servers.gardeningserver import GardeningHTTPServer
|
| class GardenOMatic(AbstractRebaseliningCommand):
|
| name = "garden-o-matic"
|
| help_text = "Command for gardening the WebKit tree."
|
| + show_in_main_help = True
|
|
|
| def __init__(self):
|
| super(GardenOMatic, self).__init__(options=(self.platform_options + [
|
|
|