From 1177be682f5fd90aa1684642d4e6997b29d76029 Mon Sep 17 00:00:00 2001 From: Brian West Date: Sat, 12 Apr 2008 15:03:35 +0000 Subject: [PATCH] add sync_clock to syntax git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8097 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- src/mod/applications/mod_commands/mod_commands.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mod/applications/mod_commands/mod_commands.c b/src/mod/applications/mod_commands/mod_commands.c index 9c2b70dbff..26a94dba40 100644 --- a/src/mod/applications/mod_commands/mod_commands.c +++ b/src/mod/applications/mod_commands/mod_commands.c @@ -562,7 +562,7 @@ SWITCH_STANDARD_API(status_function) return SWITCH_STATUS_SUCCESS; } -#define CTL_SYNTAX "[hupall|pause|resume|shutdown|reclaim_mem|max_sessions [num]|loglevel [level]]" +#define CTL_SYNTAX "[hupall|pause|resume|shutdown|sync_clock|reclaim_mem|max_sessions [num]|loglevel [level]]" SWITCH_STANDARD_API(ctl_function) { int argc;