From: Seven Du Date: Wed, 25 Sep 2013 19:44:37 +0000 (+0800) Subject: FreeSWITCH will choose the right system defaults for you X-Git-Tag: v1.5.8~75^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=07d009537f6e311f632f16bd658c4f490a624325;p=thirdparty%2Ffreeswitch.git FreeSWITCH will choose the right system defaults for you --- diff --git a/src/switch.c b/src/switch.c index 8624682bc5..5a16fca2b3 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"