diff --git a/other/websockify.c b/other/websockify.c index 4032171..9b16940 100644 --- a/other/websockify.c +++ b/other/websockify.c @@ -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";