From: Marc Olivier Chouinard Date: Wed, 24 Mar 2010 19:18:09 +0000 (+0000) Subject: mod_sofia: Simple visual C string change to make it easier to merge custom patch X-Git-Tag: v1.0.6~85 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c09c255d2231bdfa0dff905e6c3344687f414790;p=thirdparty%2Ffreeswitch.git mod_sofia: Simple visual C string change to make it easier to merge custom patch git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@17088 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- diff --git a/src/mod/endpoints/mod_sofia/mod_sofia.c b/src/mod/endpoints/mod_sofia/mod_sofia.c index 2184f1f85e..f07c8862a3 100644 --- a/src/mod/endpoints/mod_sofia/mod_sofia.c +++ b/src/mod/endpoints/mod_sofia/mod_sofia.c @@ -2983,7 +2983,12 @@ SWITCH_STANDARD_API(sofia_function) const char *usage_string = "USAGE:\n" "--------------------------------------------------------------------------------\n" "sofia help\n" - "sofia profile [[start|stop|restart|rescan] [reloadxml]|flush_inbound_reg [] [reboot]|[register|unregister] [|all]|killgw |[stun-auto-disable|stun-enabled] [true|false]]|siptrace [on|off]\n" + "sofia profile [[start|stop|restart|rescan] [reloadxml]|" + "flush_inbound_reg [] [reboot]|" + "[register|unregister] [|all]|" + "killgw |" + "[stun-auto-disable|stun-enabled] [true|false]]|" + "siptrace [on|off]\n" "sofia status|xmlstatus profile [ reg ] | [ pres ] | [ user ]\n" "sofia status|xmlstatus gateway \n" "sofia loglevel [0-9]\n"