]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Make "show http" CLI command follow new guidelines - now "http show status"
authorOlle Johansson <oej@edvina.net>
Thu, 6 Apr 2006 14:43:06 +0000 (14:43 +0000)
committerOlle Johansson <oej@edvina.net>
Thu, 6 Apr 2006 14:43:06 +0000 (14:43 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@17828 65c4cc65-6c06-0410-ace0-fbb531ad65f3

http.c

diff --git a/http.c b/http.c
index 8341d633eee54d25598199a4633aca85df1c6092..204de13e723494b5eddf1f1c91ffc01c66669a7f 100644 (file)
--- 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 },
 };