Issue 1337 typo in the protoc docs

This commit is contained in:
Thomas Nagy 2013-07-08 08:03:39 +02:00
parent 2bb9b691aa
commit b26126694d
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ A simple tool to integrate protocol buffers into your build system.
bld(
features = 'cxx cxxprogram'
source = 'main.cpp file1.proto proto/file2.proto',
include = '. proto',
includes = '. proto',
target = 'executable')
"""