mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-04 20:04:50 +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:
@@ -1157,11 +1157,11 @@ static int show_file_formats(int fd, int argc, char *argv[])
|
||||
}
|
||||
|
||||
char show_file_formats_usage[] =
|
||||
"Usage: core list file formats\n"
|
||||
"Usage: core show file formats\n"
|
||||
" Displays currently registered file formats (if any)\n";
|
||||
|
||||
struct ast_cli_entry cli_file[] = {
|
||||
{ { "file", "list", "formats" },
|
||||
{ { "core", "show", "file", "formats" },
|
||||
show_file_formats, "Displays file formats",
|
||||
show_file_formats_usage },
|
||||
};
|
||||
|
Reference in New Issue
Block a user