From e36a59d6a1641efb390e37533a531db720f7afe5 Mon Sep 17 00:00:00 2001 From: liyiwei Date: Mon, 7 Apr 2014 12:46:50 +0800 Subject: [PATCH] add run-once option help message --- other/websockify.c | 1 + 1 file changed, 1 insertion(+) 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";