Browse Source

Merge pull request #1049 from lokenetwork/patch-1

Improve example command-line help
Paul-Louis Ageneau 1 year ago
parent
commit
bdb1753ebc
1 changed files with 2 additions and 0 deletions
  1. 2 0
      examples/client/parse_cl.cpp

+ 2 - 0
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";
     }