From: Philippe Sultan Date: Tue, 16 Oct 2007 10:38:57 +0000 (+0000) Subject: Fix CLI help output X-Git-Tag: 1.6.0-beta1~3^2~1181 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=65547b09b4d22051573444152dc5dfc140163a30;p=thirdparty%2Fasterisk.git Fix CLI help output git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@85787 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/channels/chan_gtalk.c b/channels/chan_gtalk.c index be3a346c57..9536d06d89 100644 --- a/channels/chan_gtalk.c +++ b/channels/chan_gtalk.c @@ -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]; diff --git a/channels/chan_jingle.c b/channels/chan_jingle.c index f66b7e43da..fb843209af 100644 --- a/channels/chan_jingle.c +++ b/channels/chan_jingle.c @@ -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"), };