Fix CLI help output

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@85787 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Philippe Sultan
2007-10-16 10:38:57 +00:00
parent 0163f90829
commit 65547b09b4
2 changed files with 4 additions and 4 deletions

View 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];

View 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"),
};