summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAutomerge script <automerge@asterisk.org>2012-12-13 19:17:36 +0000
committerAutomerge script <automerge@asterisk.org>2012-12-13 19:17:36 +0000
commitc765f4fa0acac6e5d25cf8a389e43956505d25e8 (patch)
tree782e2a1bb8270cbf6eed2b510af5a5228c138108
parent3f3ab25f9110a3cc88d195ab7040f58886db0dd4 (diff)
Merged revisions 377986 via svnmerge from
file:///srv/subversion/repos/asterisk/trunk ................ r377986 | wedhorn | 2012-12-13 12:28:41 -0600 (Thu, 13 Dec 2012) | 14 lines Fix skinny debug tab completion Review the syntax of the 'skinny debug' command to show more than just 'show' for options to 'skinny debug' command. (closes issue ASTERISK-20789) Reported by: snuffy Tested by: snuffy, myself Patches: skinny-debug.diff uploaded by snuffy (license 5024) ........ Merged revisions 377985 from http://svn.asterisk.org/svn/asterisk/branches/11 ................ git-svn-id: https://origsvn.digium.com/svn/asterisk/team/mmichelson/threadpool@377987 65c4cc65-6c06-0410-ace0-fbb531ad65f3
-rw-r--r--channels/chan_skinny.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/channels/chan_skinny.c b/channels/chan_skinny.c
index 81edb01e4..7dce0cd9d 100644
--- a/channels/chan_skinny.c
+++ b/channels/chan_skinny.c
@@ -3318,9 +3318,9 @@ static char *handle_skinny_set_debug(struct ast_cli_entry *e, int cmd, struct as
switch (cmd) {
case CLI_INIT:
- e->command = "skinny debug [show|{off|all|packet|sub|audio|template|lock}]";
+ e->command = "skinny debug {audio|hint|lock|off|packet|show|sub|template|thread}";
e->usage =
- "Usage: skinny debug [show|{off|on|packet|sub|audio|template|lock}]\n"
+ "Usage: skinny debug {audio|hint|lock|off|packet|show|sub|template|thread}\n"
" Enables/Disables various Skinny debugging messages\n";
return NULL;
case CLI_GENERATE: