diff --git a/channels/chan_skinny.c b/channels/chan_skinny.c
index 81edb01e40e54490a00be512810355ea145c1835..7dce0cd9de2f081381d4a78d8ccdf11ea19120b3 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: