dect
/
asterisk
Archived
13
0
Fork 0

Fix CLI help output

git-svn-id: http://svn.digium.com/svn/asterisk/trunk@85787 f38db490-d61c-443f-a65b-d21fe96a405b
This commit is contained in:
phsultan 2007-10-16 10:38:57 +00:00
parent 443be026b4
commit 2ecfe1cbc9
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"),
};