From fd9c4b47df15cac9a60386f74385f556d9346e08 Mon Sep 17 00:00:00 2001 From: Mathieu Rene Date: Wed, 4 Mar 2009 22:22:30 +0000 Subject: [PATCH] Missed one doc line git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12425 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- src/mod/endpoints/mod_sofia/mod_sofia.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mod/endpoints/mod_sofia/mod_sofia.c b/src/mod/endpoints/mod_sofia/mod_sofia.c index 6c824b4726..9ddae858e0 100644 --- a/src/mod/endpoints/mod_sofia/mod_sofia.c +++ b/src/mod/endpoints/mod_sofia/mod_sofia.c @@ -2240,7 +2240,7 @@ 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]]\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 profile [ reg ] | [ pres ]\n" "sofia status gateway \n" "sofia loglevel [0-9]\n"