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: ...@@ -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