fix define for uuid_display so the usage is correct

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14151 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Brian West 2009-07-08 00:01:57 +00:00
parent 4858d3c3dd
commit d7a1127a00
1 changed files with 1 additions and 1 deletions

View File

@ -1943,7 +1943,7 @@ SWITCH_STANDARD_API(uuid_display_function)
}
if (switch_strlen_zero(cmd) || argc < 2 || switch_strlen_zero(argv[0]) || switch_strlen_zero(argv[1])) {
stream->write_function(stream, "-USAGE: %s\n", HOLD_SYNTAX);
stream->write_function(stream, "-USAGE: %s\n", DISPLAY_SYNTAX);
} else {
switch_core_session_message_t msg = { 0 };
switch_core_session_t *lsession = NULL;