Skip to content

Commit

Permalink
Merge pull request #1049 from lokenetwork/patch-1
Browse files Browse the repository at this point in the history
Improve example command-line help
  • Loading branch information
paullouisageneau authored Nov 22, 2023
2 parents f434804 + 3dc6fbb commit bdb1753
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions examples/client/parse_cl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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";
}
Expand Down

0 comments on commit bdb1753

Please sign in to comment.