Commit 1dcf1075 authored by DHNishi@gmail.com's avatar DHNishi@gmail.com

Fix a typo (missing space) in JSON Schema Compiler's help prompt.

TBR=kalman@chromium.org
NOTRY=true

Review URL: https://chromiumcodereview.appspot.com/23707013

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@220678 0039d316-1c4b-4281-b951-d872f2087c98
parent 7558a6f5
......@@ -130,7 +130,7 @@ if __name__ == '__main__':
usage='usage: %prog [option]... schema')
parser.add_option('-r', '--root', default='.',
help='logical include root directory. Path to schema files from specified'
'dir will be the include path.')
' dir will be the include path.')
parser.add_option('-d', '--destdir',
help='root directory to output generated files.')
parser.add_option('-n', '--namespace', default='generated_api_schemas',
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment