From 3d3a8f264adbd33fa0a652432a964a19430e5b69 Mon Sep 17 00:00:00 2001 From: Seven Du Date: Thu, 26 Sep 2013 03:44:37 +0800 Subject: [PATCH] FreeSWITCH will choose the right system defaults for you --- src/switch.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/switch.c b/src/switch.c index 6ae8e584db..715336edbb 100644 --- a/src/switch.c +++ b/src/switch.c @@ -435,7 +435,7 @@ static const char usage[] = "\t-version -- print the version and exit\n" "\t-rp -- enable high(realtime) priority settings\n" "\t-lp -- enable low priority settings\n" - "\t-np -- enable normal priority settings (system defaults)\n" + "\t-np -- enable normal priority settings\n" "\t-vg -- run under valgrind\n" "\t-nosql -- disable internal sql scoreboard\n" "\t-heavy-timer -- Heavy Timer, possibly more accurate but at a cost\n"