mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-17 15:29:05 +00:00
Merged revisions 47051 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r47051 | tilghman | 2006-11-02 17:00:20 -0600 (Thu, 02 Nov 2006) | 2 lines Reverse change of "show" to "list" and make several other commands more consistent with "category verb arguments" ........ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@47052 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -570,11 +570,11 @@ static char logger_rotate_help[] =
|
||||
" Rotates and Reopens the log files.\n";
|
||||
|
||||
static char logger_show_channels_help[] =
|
||||
"Usage: logger list channels\n"
|
||||
"Usage: logger show channels\n"
|
||||
" List configured logger channels.\n";
|
||||
|
||||
static struct ast_cli_entry cli_logger[] = {
|
||||
{ { "logger", "list", "channels", NULL },
|
||||
{ { "logger", "show", "channels", NULL },
|
||||
handle_logger_show_channels, "List configured log channels",
|
||||
logger_show_channels_help },
|
||||
|
||||
|
||||
Reference in New Issue
Block a user