summaryrefslogtreecommitdiff
path: root/main/file.c
diff options
context:
space:
mode:
Diffstat (limited to 'main/file.c')
-rw-r--r--main/file.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/main/file.c b/main/file.c
index 1e9f250e6..8037bef74 100644
--- a/main/file.c
+++ b/main/file.c
@@ -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 },
};