| Index: Tools/Scripts/webkitpy/tool/commands/queries.py
|
| diff --git a/Tools/Scripts/webkitpy/tool/commands/queries.py b/Tools/Scripts/webkitpy/tool/commands/queries.py
|
| index 692675c21784d9ac83f5f805bb99991c0b43a77a..0c3d8cd2e89483d88712e50dc22129e47a999248 100644
|
| --- a/Tools/Scripts/webkitpy/tool/commands/queries.py
|
| +++ b/Tools/Scripts/webkitpy/tool/commands/queries.py
|
| @@ -70,7 +70,7 @@ class PrintExpectations(AbstractDeclarativeCommand):
|
| make_option('-i', '--include-keyword', action='append', default=[],
|
| help='limit to tests with the given keyword (for example, "skip", "slow", or "crash". May specify multiple times'),
|
| make_option('--csv', action='store_true', default=False,
|
| - help='Print a CSV-style report that includes the port name, bugs, modifiers, tests, and expectations'),
|
| + help='Print a CSV-style report that includes the port name, bugs, specifiers, tests, and expectations'),
|
| make_option('-f', '--full', action='store_true', default=False,
|
| help='Print a full TestExpectations-style line for every match'),
|
| make_option('--paths', action='store_true', default=False,
|
|
|