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
10-digiumphones
Richard Mudgett 14 years ago
parent c87f9c827e
commit b79adb645e

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

Loading…
Cancel
Save