summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--http.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/http.c b/http.c
index 8341d633e..204de13e7 100644
--- a/http.c
+++ b/http.c
@@ -659,11 +659,11 @@ int ast_http_reload(void)
}
static char show_http_help[] =
-"Usage: show http\n"
+"Usage: http show status\n"
" Shows status of internal HTTP engine\n";
static struct ast_cli_entry http_cli[] = {
- { { "show", "http", NULL }, handle_show_http,
+ { { "http", "show", "status", NULL }, handle_show_http,
"Display HTTP server status", show_http_help },
};