Add /debug to /help list for fs_cli

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11381 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Michael Collins 2009-01-22 19:44:08 +00:00
parent b6c7dd36a0
commit 092ff4058a

View 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"
);