aboutsummaryrefslogtreecommitdiffstats
path: root/main/config.c
diff options
context:
space:
mode:
authortilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2006-11-02 23:16:09 +0000
committertilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2006-11-02 23:16:09 +0000
commit278341b071da1a4abe0ed8804537fd3d5cc9e890 (patch)
tree273ac9aad8e573d5fda7e056e0894f20a2d4c7bf /main/config.c
parent59ae68a326bd43a7f31682cf9402eb8775958ac6 (diff)
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: http://svn.digium.com/svn/asterisk/trunk@47052 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'main/config.c')
-rw-r--r--main/config.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/main/config.c b/main/config.c
index c52d032c4..f1bcd1896 100644
--- a/main/config.c
+++ b/main/config.c
@@ -1388,11 +1388,11 @@ static int config_command(int fd, int argc, char **argv)
}
static char show_config_help[] =
- "Usage: core list config mappings\n"
+ "Usage: core show config mappings\n"
" Shows the filenames to config engines.\n";
static struct ast_cli_entry cli_config[] = {
- { { "core", "list", "config", "mappings", NULL },
+ { { "core", "show", "config", "mappings", NULL },
config_command, "Display config mappings (file names to config engines)",
show_config_help },
};