aboutsummaryrefslogtreecommitdiffstats
path: root/main/image.c
diff options
context:
space:
mode:
authortilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2006-11-02 23:00:20 +0000
committertilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2006-11-02 23:00:20 +0000
commitc771976500a03e9be6ca67f3c3ccc31f6c32f232 (patch)
tree52931b68b54d2adc957438ad058cf1971c3b02c4 /main/image.c
parent2191f5490fdb07dc7cbf6772dbf9e946e081e4c4 (diff)
Reverse change of "show" to "list" and make several other commands more consistent with "category verb arguments"
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@47051 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'main/image.c')
-rw-r--r--main/image.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/main/image.c b/main/image.c
index 3d282428c..644758495 100644
--- a/main/image.c
+++ b/main/image.c
@@ -212,9 +212,9 @@ struct ast_cli_entry cli_show_image_formats_deprecated = {
NULL };
struct ast_cli_entry cli_image[] = {
- { { "file", "list", "formats", "image" },
+ { { "core", "show", "image", "formats" },
show_image_formats, "Displays image formats",
- "Usage: file list formats image\n"
+ "Usage: core show image formats\n"
" displays currently registered image formats (if any)\n", NULL, &cli_show_image_formats_deprecated },
};