[Freeswitch-trunk] [commit] r6183 - freeswitch/trunk/src/mod/endpoints/mod_sofia
Freeswitch SVN
anthm at freeswitch.org
Wed Nov 7 21:20:48 EST 2007
Author: anthm
Date: Wed Nov 7 21:20:48 2007
New Revision: 6183
Modified:
freeswitch/trunk/src/mod/endpoints/mod_sofia/mod_sofia.c
Log:
fix syntax
Modified: freeswitch/trunk/src/mod/endpoints/mod_sofia/mod_sofia.c
==============================================================================
--- freeswitch/trunk/src/mod/endpoints/mod_sofia/mod_sofia.c (original)
+++ freeswitch/trunk/src/mod/endpoints/mod_sofia/mod_sofia.c Wed Nov 7 21:20:48 2007
@@ -1385,7 +1385,7 @@
const char *usage_string = "USAGE:\n"
"--------------------------------------------------------------------------------\n"
"sofia help\n"
- "sofia profile <profile_name> [start|stop|restart] [reloadxml]\n"
+ "sofia profile <profile_name> [start|stop|restart|flush_inbound_reg|[register|unregister] [<gateway name>|all]] [reloadxml]\n"
"sofia status [[profile | gateway] <name>]\n"
"--------------------------------------------------------------------------------\n";
More information about the Freeswitch-trunk
mailing list