| Index: third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/factory.py
|
| diff --git a/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/factory.py b/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/factory.py
|
| index e50f3d4ed27258ba832d3e6b98fec9d0374ba9ac..4045d665e634fd28c36ddb0eeb255976e8ac1540 100644
|
| --- a/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/factory.py
|
| +++ b/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/factory.py
|
| @@ -56,7 +56,7 @@ def configuration_options():
|
| optparse.make_option('--debug', action='store_const', const='Debug', dest="configuration",
|
| help='Set the configuration to Debug'),
|
| optparse.make_option("-t", "--target", dest="target",
|
| - help="specify the target configuration to use (Debug/Release)"),
|
| + help="Specify the target build subdirectory under src/out/"),
|
| optparse.make_option('--release', action='store_const', const='Release', dest="configuration",
|
| help='Set the configuration to Release'),
|
| ]
|
|
|