summaryrefslogtreecommitdiff
path: root/res/res_odbc.c
diff options
context:
space:
mode:
Diffstat (limited to 'res/res_odbc.c')
-rw-r--r--res/res_odbc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/res/res_odbc.c b/res/res_odbc.c
index e8f81ba4d..036b02151 100644
--- a/res/res_odbc.c
+++ b/res/res_odbc.c
@@ -338,12 +338,12 @@ static int odbc_show_command(int fd, int argc, char **argv)
}
static char show_usage[] =
-"Usage: odbc list [<class>]\n"
+"Usage: odbc show [<class>]\n"
" List settings of a particular ODBC class.\n"
" or, if not specified, all classes.\n";
static struct ast_cli_entry cli_odbc[] = {
- { { "odbc", "list", NULL },
+ { { "odbc", "show", NULL },
odbc_show_command, "List ODBC DSN(s)",
show_usage },
};