aboutsummaryrefslogtreecommitdiffstats
path: root/main/frame.c
diff options
context:
space:
mode:
authordhubbard <dhubbard@f38db490-d61c-443f-a65b-d21fe96a405b>2007-06-11 22:31:51 +0000
committerdhubbard <dhubbard@f38db490-d61c-443f-a65b-d21fe96a405b>2007-06-11 22:31:51 +0000
commit83056f1b279fd4485866193d66c15755a39a605f (patch)
tree06b319e0119fc0d7b4c7e58e19419055dfdb406e /main/frame.c
parente3c22dd31d75c988b2f1cf6457a44ac89a375729 (diff)
corrected CLI 'core show codecs' syntax for issue 9945, thanks eserra.
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@68855 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'main/frame.c')
-rw-r--r--main/frame.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/main/frame.c b/main/frame.c
index 8f30e4b7e..57a8b0b33 100644
--- a/main/frame.c
+++ b/main/frame.c
@@ -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 },