| Index: third_party/WebKit/Source/devtools/scripts/CodeGeneratorFrontend.py
|
| diff --git a/third_party/WebKit/Source/devtools/scripts/CodeGeneratorFrontend.py b/third_party/WebKit/Source/devtools/scripts/CodeGeneratorFrontend.py
|
| index 9a9a0a74cf1c133a013e54b591ba6e0b4a366276..a235f1e72e5456afd5a7e056b4431c8967b86d33 100755
|
| --- a/third_party/WebKit/Source/devtools/scripts/CodeGeneratorFrontend.py
|
| +++ b/third_party/WebKit/Source/devtools/scripts/CodeGeneratorFrontend.py
|
| @@ -53,7 +53,7 @@ except Exception:
|
| # Work with python 2 and 3 http://docs.python.org/py3k/howto/pyporting.html
|
| exc = sys.exc_info()[1]
|
| sys.stderr.write("Failed to parse command-line arguments: %s\n\n" % exc)
|
| - sys.stderr.write("Usage: <script> protocol.json --output_js_dir <output_js_dir>\n")
|
| + sys.stderr.write("Usage: <script> some.json --output_js_dir <output_js_dir>\n")
|
| exit(1)
|
|
|
|
|
|
|