aboutsummaryrefslogtreecommitdiffstats
path: root/http.c
diff options
context:
space:
mode:
authoroej <oej@f38db490-d61c-443f-a65b-d21fe96a405b>2006-04-06 14:43:06 +0000
committeroej <oej@f38db490-d61c-443f-a65b-d21fe96a405b>2006-04-06 14:43:06 +0000
commitad3917f8cea191ba95d550414821c9b7155f3def (patch)
treebed15cf8e5ca9721bd649ca6ee68ed0a00b4ba58 /http.c
parent6976601d474b4a0934428d2c228063ad910be392 (diff)
Make "show http" CLI command follow new guidelines - now "http show status"
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@17828 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'http.c')
-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 },
};