mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-03 19:28:53 +00:00
corrected CLI 'core show codecs' syntax for issue 9945, thanks eserra.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@68855 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -904,15 +904,15 @@ static struct ast_cli_entry my_clis[] = {
|
||||
show_codecs, "Displays a list of codecs",
|
||||
frame_show_codecs_usage },
|
||||
|
||||
{ { "core", "show", "audio", "codecs", NULL },
|
||||
{ { "core", "show", "codecs", "audio", NULL },
|
||||
show_codecs, "Displays a list of audio codecs",
|
||||
frame_show_codecs_usage },
|
||||
|
||||
{ { "core", "show", "video", "codecs", NULL },
|
||||
{ { "core", "show", "codecs", "video", NULL },
|
||||
show_codecs, "Displays a list of video codecs",
|
||||
frame_show_codecs_usage },
|
||||
|
||||
{ { "core", "show", "image", "codecs", NULL },
|
||||
{ { "core", "show", "codecs", "image", NULL },
|
||||
show_codecs, "Displays a list of image codecs",
|
||||
frame_show_codecs_usage },
|
||||
|
||||
|
Reference in New Issue
Block a user