]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
edit show syntax
authorJeff Lenk <jeff@jefflenk.com>
Fri, 8 Jan 2010 21:05:54 +0000 (21:05 +0000)
committerJeff Lenk <jeff@jefflenk.com>
Fri, 8 Jan 2010 21:05:54 +0000 (21:05 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16217 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/mod/applications/mod_commands/mod_commands.c

index 33084c45d9b102dc6e7bbc45cd2bbf916edbbc0b..151c98dddaed0d5a7975f6700308dd0df502e3ff 100644 (file)
@@ -3167,7 +3167,7 @@ SWITCH_STANDARD_API(alias_function)
        return SWITCH_STATUS_SUCCESS;
 }
 
-#define SHOW_SYNTAX "codec|endpoint|application|api|dialplan|file|timer|calls [count]|channels [count|like <match string>]|distinct_channels|aliases|complete|chat|endpoint|management|modules|nat_map|say|interfaces|interface_types"
+#define SHOW_SYNTAX "codec|endpoint|application|api|dialplan|file|timer|calls [count]|channels [count|like <match string>]|distinct_channels|aliases|complete|chat|management|modules|nat_map|say|interfaces|interface_types|tasks"
 SWITCH_STANDARD_API(show_function)
 {
        char sql[1024];