Commit eb973fbc authored by Kenton Varda's avatar Kenton Varda

Merge branch 'master' of github.com:kentonv/capnproto

parents 28c1e3b3 df4ccc37
......@@ -106,8 +106,7 @@ public:
}
kj::MainFunc getGenIdMain() {
return kj::MainBuilder(
context, "Cap'n Proto multi-tool 0.2",
return kj::MainBuilder(context, VERSION_STRING,
"Generates a new 64-bit unique ID for use in a Cap'n Proto schema.")
.callAfterParsing(KJ_BIND_METHOD(*this, generateId))
.build();
......
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