From 3dc6fbb77b4c14d6e483203d7a979f0c00b5d4d2 Mon Sep 17 00:00:00 2001 From: Loken Date: Wed, 22 Nov 2023 13:37:55 +0800 Subject: [PATCH] improve help document --- examples/client/parse_cl.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/examples/client/parse_cl.cpp b/examples/client/parse_cl.cpp index c1ead7494..158f06013 100644 --- a/examples/client/parse_cl.cpp +++ b/examples/client/parse_cl.cpp @@ -158,6 +158,8 @@ libdatachannel client implementing WebRTC Data Channels with WebSocket signaling Web socket server URL or IP address.\n\ [ -x ] [ --webSocketPort ] (type=INTEGER, range=0...65535, default=8000)\n\ Web socket server port.\n\ + [ -m ] [ --udpMux ] (type=FLAG)\n\ + Use UDP multiplex.\n\ [ -h ] [ --help ] (type=FLAG)\n\ Display this help and exit.\n"; }