diff options
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/nngcat/nngcat.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/nngcat/nngcat.c b/tools/nngcat/nngcat.c index 25a5b433..1866e8f7 100644 --- a/tools/nngcat/nngcat.c +++ b/tools/nngcat/nngcat.c @@ -135,6 +135,8 @@ static nng_optspec opts[] = { { .o_name = "hex", .o_val = OPT_HEX }, { .o_name = "compat", .o_val = OPT_COMPAT }, { .o_name = "async", .o_val = OPT_ASYNC }, + { .o_name = "msgpack", .o_val = OPT_MSGPACK }, + { .o_name = "recv-maxsz", .o_short = 'Z', |
