Commit 7230293d authored by David Renshaw's avatar David Renshaw

fix 'capnp id' version string

parent 687aba5f
......@@ -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