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"