]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
fs_cli: add help text for /uuid
authorMathieu Rene <mrene@avgs.ca>
Sun, 2 May 2010 22:10:35 +0000 (18:10 -0400)
committerMathieu Rene <mrene@avgs.ca>
Sun, 2 May 2010 22:10:52 +0000 (18:10 -0400)
libs/esl/fs_cli.c

index 0a6288b0e5585cb4da0246d985c612532234e0b2..730053fc753cca43991f1348ac1983190c91c768 100644 (file)
@@ -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"
                                   );