From: Richard Mudgett Date: Thu, 17 Feb 2011 20:21:56 +0000 (+0000) Subject: Add more verbage to CLI command 'pri show channels' usage. X-Git-Tag: 11.0.0-beta1~1832 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b79adb645ed61f7210caff1ca4be96935576804c;p=thirdparty%2Fasterisk.git Add more verbage to CLI command 'pri show channels' usage. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@308205 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/channels/chan_dahdi.c b/channels/chan_dahdi.c index 103bb8971a..4febe690b8 100644 --- a/channels/chan_dahdi.c +++ b/channels/chan_dahdi.c @@ -14181,7 +14181,10 @@ static char *handle_pri_show_channels(struct ast_cli_entry *e, int cmd, struct a e->command = "pri show channels"; e->usage = "Usage: pri show channels\n" - " Displays PRI channel information\n"; + " Displays PRI channel information such as the current mapping\n" + " of DAHDI B channels to Asterisk channel names and which calls\n" + " are on hold or call-waiting. Calls on hold or call-waiting\n" + " are not associated with any B channel.\n"; return NULL; case CLI_GENERATE: return NULL;