]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
Add /debug to /help list for fs_cli
authorMichael Collins <msc@freeswitch.org>
Thu, 22 Jan 2009 19:44:08 +0000 (19:44 +0000)
committerMichael Collins <msc@freeswitch.org>
Thu, 22 Jan 2009 19:44:08 +0000 (19:44 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11381 d0543943-73ff-0310-b7d9-9358b9ac24b2

libs/esl/fs_cli.c

index 85394dc497636046832aa8e27c183191a4d467de..39961963e50ec00e5ff6fd5342da4e696ca364e4 100644 (file)
@@ -254,6 +254,7 @@ static int process_command(esl_handle_t *handle, const char *cmd)
                                   "/event, /noevent, /nixevent\tEvent commands.\n"
                                   "/log, /nolog               \tLog commands.\n"
                                   "/filter                    \tFilter commands.\n"
+                                   "/debug [0-7]               \tSet debug level.\n"
                                   "\n"
                                   );