Fix CLI help output

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@85787 65c4cc65-6c06-0410-ace0-fbb531ad65f3
1.6.0
Philippe Sultan 19 years ago
parent 0163f90829
commit 65547b09b4

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

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

Loading…
Cancel
Save