From 823dc2df213cebcdf468e7d24df07ad2050bce81 Mon Sep 17 00:00:00 2001 From: winlin Date: Sun, 8 Oct 2017 11:23:43 +0800 Subject: [PATCH] Refine help --- trunk/src/app/srs_app_config.cpp | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/trunk/src/app/srs_app_config.cpp b/trunk/src/app/srs_app_config.cpp index 6884c0789..be8311444 100644 --- a/trunk/src/app/srs_app_config.cpp +++ b/trunk/src/app/srs_app_config.cpp @@ -3429,7 +3429,7 @@ void SrsConfig::print_help(char** argv) "Authors: " RTMP_SIG_SRS_AUTHROS "\n" "Build: " SRS_AUTO_BUILD_DATE " Configuration:" SRS_AUTO_USER_CONFIGURE "\n" "Features:" SRS_AUTO_CONFIGURE "\n""\n" - "Usage: %s [-h?vVsS] [[-t] -c ]\n" + "Usage: %s [-h?vVgG] [[-t] -c ]\n" "\n" "Options:\n" " -?, -h : show this help and exit(0)\n" @@ -3437,9 +3437,6 @@ void SrsConfig::print_help(char** argv) " -g, -G : show server signature and exit(0)\n" " -t : test configuration file, exit(error_code).\n" " -c filename : use configuration file for SRS\n" - "For srs-dolphin:\n" - " -p rtmp-port : the rtmp port to listen.\n" - " -x http-port : the http port to listen.\n" "\n" RTMP_SIG_SRS_WEB "\n" RTMP_SIG_SRS_URL "\n"