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

fix 'capnp id' version string

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