summaryrefslogtreecommitdiff
path: root/channels/chan_skinny.c
diff options
context:
space:
mode:
authorTilghman Lesher <tilghman@meg.abyt.es>2006-11-02 23:55:59 +0000
committerTilghman Lesher <tilghman@meg.abyt.es>2006-11-02 23:55:59 +0000
commit79f75ec09a7fbe693481d15bd9a6ed63d0b45669 (patch)
tree135a675ee7f15a60e635a3fe3b6ff1194de11a26 /channels/chan_skinny.c
parent10875731ecfbe329b31be706d30a81dd579c3b56 (diff)
Merged revisions 47053 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r47053 | tilghman | 2006-11-02 17:49:13 -0600 (Thu, 02 Nov 2006) | 2 lines More changes making the CLI more consistent with "category verb arguments" (continuation of issue 8236) ........ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@47054 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'channels/chan_skinny.c')
-rw-r--r--channels/chan_skinny.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/channels/chan_skinny.c b/channels/chan_skinny.c
index 55fcb5c7a..ac698c96c 100644
--- a/channels/chan_skinny.c
+++ b/channels/chan_skinny.c
@@ -1981,7 +1981,7 @@ static struct ast_cli_entry cli_skinny[] = {
skinny_do_debug, "Enable Skinny debugging",
debug_usage },
- { { "skinny", "no", "debug", NULL },
+ { { "skinny", "debug", "off", NULL },
skinny_no_debug, "Disable Skinny debugging",
no_debug_usage },