]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Fix CLI help output
authorPhilippe Sultan <philippe.sultan@gmail.com>
Tue, 16 Oct 2007 10:38:57 +0000 (10:38 +0000)
committerPhilippe Sultan <philippe.sultan@gmail.com>
Tue, 16 Oct 2007 10:38:57 +0000 (10:38 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@85787 65c4cc65-6c06-0410-ace0-fbb531ad65f3

channels/chan_gtalk.c
channels/chan_jingle.c

index be3a346c57dbe5f61e7d5668518b5725802ec672..9536d06d89872aa37fff07969809708f72f94469 100644 (file)
@@ -235,8 +235,8 @@ static struct ast_rtp_protocol gtalk_rtp = {
 };
 
 static struct ast_cli_entry gtalk_cli[] = {
-       NEW_CLI(gtalk_do_reload, "Enable Jabber debugging"),
-       NEW_CLI(gtalk_show_channels, "Show GoogleTalk Channels"),
+       NEW_CLI(gtalk_do_reload, "Reload GoogleTalk configuration"),
+       NEW_CLI(gtalk_show_channels, "Show GoogleTalk channels"),
 };
 
 static char externip[16];
index f66b7e43da9d5492d471ab732240f1db6bdf7866..fb843209af46b7463c8079572f17011a144361f7 100644 (file)
@@ -236,8 +236,8 @@ static struct ast_rtp_protocol jingle_rtp = {
 };
 
 static struct ast_cli_entry jingle_cli[] = {
-       NEW_CLI(jingle_do_reload, "Reload Jingle Module"),
-       NEW_CLI(jingle_show_channels, "Show Jingle Channels"),
+       NEW_CLI(jingle_do_reload, "Reload Jingle configuration"),
+       NEW_CLI(jingle_show_channels, "Show Jingle channels"),
 };