summaryrefslogtreecommitdiff
path: root/main/http.c
diff options
context:
space:
mode:
Diffstat (limited to 'main/http.c')
-rw-r--r--main/http.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/main/http.c b/main/http.c
index 8465323ff..594d3c179 100644
--- a/main/http.c
+++ b/main/http.c
@@ -895,11 +895,11 @@ int ast_http_reload(void)
}
static char show_http_help[] =
-"Usage: http list status\n"
+"Usage: http show status\n"
" Lists status of internal HTTP engine\n";
static struct ast_cli_entry cli_http[] = {
- { { "http", "list", "status", NULL },
+ { { "http", "show", "status", NULL },
handle_show_http, "Display HTTP server status",
show_http_help },
};