Index: tools/json_schema_compiler/compiler.py |
diff --git a/tools/json_schema_compiler/compiler.py b/tools/json_schema_compiler/compiler.py |
index acf64acd91d0226ab2959ba1faef20b12c75722e..4ecb699bf9c6e235175eb34c6ec7db2f407efaef 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', |