From bcfe82f88f59ddddf70b0260aa0a782c82e0566b Mon Sep 17 00:00:00 2001 From: winlin Date: Mon, 14 Apr 2014 10:02:50 +0800 Subject: [PATCH] update options for configure help --- trunk/auto/options.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trunk/auto/options.sh b/trunk/auto/options.sh index ebea5122f..6936a018a 100755 --- a/trunk/auto/options.sh +++ b/trunk/auto/options.sh @@ -288,7 +288,7 @@ if [ $help = yes ]; then --without-ssl disable rtmp complex handshake. --without-hls disable hls, rtmp streaming only. - --with-nginx disable delivery HTTP stream with nginx. + --without-nginx disable delivery HTTP stream with nginx. --without-http-callback disable http, http hooks callback. --without-http-server disable http server, use external server to delivery http stream. --without-http-api disable http api, only use console to manage SRS process.