summaryrefslogtreecommitdiffstats
path: root/tools/json_schema_compiler
diff options
context:
space:
mode:
authorDHNishi@gmail.com <DHNishi@gmail.com@0039d316-1c4b-4281-b951-d872f2087c98>2013-08-30 22:27:02 +0000
committerDHNishi@gmail.com <DHNishi@gmail.com@0039d316-1c4b-4281-b951-d872f2087c98>2013-08-30 22:27:02 +0000
commit1dcf107569a3afbf8eec778306b732700acfa189 (patch)
tree8fe17a4b5be26a923e00c84346e3db422a00ffc1 /tools/json_schema_compiler
parent7558a6f5e72e68af96b801c7340fd81d87467444 (diff)
downloadchromium_src-1dcf107569a3afbf8eec778306b732700acfa189.zip
chromium_src-1dcf107569a3afbf8eec778306b732700acfa189.tar.gz
chromium_src-1dcf107569a3afbf8eec778306b732700acfa189.tar.bz2
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
Diffstat (limited to 'tools/json_schema_compiler')
-rwxr-xr-xtools/json_schema_compiler/compiler.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/json_schema_compiler/compiler.py b/tools/json_schema_compiler/compiler.py
index acf64ac..4ecb699 100755
--- a/tools/json_schema_compiler/compiler.py
+++ b/tools/json_schema_compiler/compiler.py
@@ -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',