From: Olle Johansson Date: Thu, 6 Apr 2006 14:43:06 +0000 (+0000) Subject: Make "show http" CLI command follow new guidelines - now "http show status" X-Git-Tag: 1.4.0-beta1~2128 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7fb5de23d91dafe4416c9565faa8d18ec2932b36;p=thirdparty%2Fasterisk.git Make "show http" CLI command follow new guidelines - now "http show status" git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@17828 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/http.c b/http.c index 8341d633ee..204de13e72 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 }, };