fs_cli: add help text for /uuid

This commit is contained in:
Mathieu Rene 2010-05-02 18:10:35 -04:00
parent 2196fcdf83
commit 6c98ba4819
1 changed files with 2 additions and 1 deletions

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