add run-once option help message
This commit is contained in:
parent
6c1a2e9032
commit
e36a59d6a1
|
|
@ -35,6 +35,7 @@ char USAGE[] = "Usage: [options] " \
|
||||||
"[source_addr:]source_port target_addr:target_port\n\n" \
|
"[source_addr:]source_port target_addr:target_port\n\n" \
|
||||||
" --verbose|-v verbose messages and per frame traffic\n" \
|
" --verbose|-v verbose messages and per frame traffic\n" \
|
||||||
" --daemon|-D become a daemon (background process)\n" \
|
" --daemon|-D become a daemon (background process)\n" \
|
||||||
|
" --run-once handle a single WebSocket connection and exit\n" \
|
||||||
" --cert CERT SSL certificate file\n" \
|
" --cert CERT SSL certificate file\n" \
|
||||||
" --key KEY SSL key file (if separate from cert)\n" \
|
" --key KEY SSL key file (if separate from cert)\n" \
|
||||||
" --ssl-only disallow non-encrypted connections";
|
" --ssl-only disallow non-encrypted connections";
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue