summaryrefslogtreecommitdiff
path: root/channels
diff options
context:
space:
mode:
authorPhilippe Sultan <philippe.sultan@gmail.com>2007-10-16 10:38:57 +0000
committerPhilippe Sultan <philippe.sultan@gmail.com>2007-10-16 10:38:57 +0000
commit65547b09b4d22051573444152dc5dfc140163a30 (patch)
tree35a82bee259f66748d246c695b66cf31f6a71378 /channels
parent0163f90829bddffda18bed2d3a52a5c8b0288382 (diff)
Fix CLI help output
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@85787 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'channels')
-rw-r--r--channels/chan_gtalk.c4
-rw-r--r--channels/chan_jingle.c4
2 files changed, 4 insertions, 4 deletions
diff --git a/channels/chan_gtalk.c b/channels/chan_gtalk.c
index be3a346c5..9536d06d8 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 f66b7e43d..fb843209a 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"),
};