kshchepanovskyi / protostuff-googlecode-exported

Automatically exported from code.google.com/p/protostuff

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Doc improvement for the compiler help message

GoogleCodeExporter opened this issue · comments

When running the protostuff compiler without any argument, it prints some 
example usage for one module. However, it doesn't say how multiple modules 
should be specified in "modules = foo".
At the end I found out that I have to use comma, but it's stupid that I had to 
look into the source code to find it.

Original issue reported on code.google.com by xproma...@gmail.com on 30 Apr 2012 at 10:40

I did a commit(rev 1518) that includes: 
modules = foo,bar
... and a sample entry for bar.
Hopefully that's good enough?
Thanks for reporting.

Original comment by david.yu...@gmail.com on 30 Apr 2012 at 2:26

  • Changed state: Accepted

Original comment by david.yu...@gmail.com on 2 May 2012 at 7:33

  • Changed state: Fixed