From: Mathieu Rene Date: Sun, 2 May 2010 22:10:35 +0000 (-0400) Subject: fs_cli: add help text for /uuid X-Git-Tag: git2svn-syncpoint-master~127 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6c98ba48197dbd7ef4d18cd2a0477fa042f87dd6;p=thirdparty%2Ffreeswitch.git fs_cli: add help text for /uuid --- diff --git a/libs/esl/fs_cli.c b/libs/esl/fs_cli.c index 0a6288b0e5..730053fc75 100644 --- a/libs/esl/fs_cli.c +++ b/libs/esl/fs_cli.c @@ -656,8 +656,9 @@ static int process_command(esl_handle_t *handle, const char *cmd) "/exit, /quit, /bye, ... \tExit the program.\n" "/event, /noevent, /nixevent\tEvent commands.\n" "/log, /nolog \tLog commands.\n" + "/uuid \tFilter logs for a single call uuid\n" "/filter \tFilter commands.\n" - "/debug [0-7] \tSet debug level.\n" + "/debug [0-7] \tSet debug level.\n" "\n" );