add run-once option help message

This commit is contained in:
liyiwei 2014-04-07 12:46:50 +08:00
parent 6c1a2e9032
commit e36a59d6a1
1 changed files with 1 additions and 0 deletions

View File

@ -35,6 +35,7 @@ char USAGE[] = "Usage: [options] " \
"[source_addr:]source_port target_addr:target_port\n\n" \
" --verbose|-v verbose messages and per frame traffic\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" \
" --key KEY SSL key file (if separate from cert)\n" \
" --ssl-only disallow non-encrypted connections";