Unverified Commit 2232474a authored by AlexDenisov's avatar AlexDenisov Committed by GitHub

Fix typo

parent d4d97003
...@@ -131,7 +131,7 @@ public: ...@@ -131,7 +131,7 @@ public:
annotationFlag = Compiler::DROP_ANNOTATIONS; annotationFlag = Compiler::DROP_ANNOTATIONS;
kj::MainBuilder builder(context, VERSION_STRING, kj::MainBuilder builder(context, VERSION_STRING,
"Convers messages between formats. Reads a stream of messages from stdin in format " "Converts messages between formats. Reads a stream of messages from stdin in format "
"<from> and writes them to stdout in format <to>. Valid formats are:\n" "<from> and writes them to stdout in format <to>. Valid formats are:\n"
" binary standard binary format\n" " binary standard binary format\n"
" packed packed binary format (deflates zeroes)\n" " packed packed binary format (deflates zeroes)\n"
......
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