Commit df4ccc37 authored by Kenton Varda's avatar Kenton Varda

Merge pull request #172 from dwrensha/version-string

fix 'capnp id' version string
parents 687aba5f 7230293d
......@@ -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