mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-05 20:20:07 +00:00
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
This commit is contained in:
4
http.c
4
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 },
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user