]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
add sps to fsctl syntax
authorBrian West <brian@freeswitch.org>
Wed, 11 Jun 2008 00:54:53 +0000 (00:54 +0000)
committerBrian West <brian@freeswitch.org>
Wed, 11 Jun 2008 00:54:53 +0000 (00:54 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8794 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/mod/applications/mod_commands/mod_commands.c

index 03b66066bf41ffa2d4bf5a4fa9d8c214fa8bdfb0..675b37932424d2c55c89c701583239e996e4f29f 100644 (file)
@@ -562,7 +562,7 @@ SWITCH_STANDARD_API(status_function)
        return SWITCH_STATUS_SUCCESS;
 }
 
-#define CTL_SYNTAX "[hupall|pause|resume|shutdown|sync_clock|reclaim_mem|max_sessions|max_dtmf_duration [num]|loglevel [level]]"
+#define CTL_SYNTAX "[hupall|pause|resume|shutdown|sps|sync_clock|reclaim_mem|max_sessions|max_dtmf_duration [num]|loglevel [level]]"
 SWITCH_STANDARD_API(ctl_function)
 {
        int argc;