From 10875731ecfbe329b31be706d30a81dd579c3b56 Mon Sep 17 00:00:00 2001 From: Tilghman Lesher Date: Thu, 2 Nov 2006 23:16:09 +0000 Subject: Merged revisions 47051 via svnmerge from https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r47051 | tilghman | 2006-11-02 17:00:20 -0600 (Thu, 02 Nov 2006) | 2 lines Reverse change of "show" to "list" and make several other commands more consistent with "category verb arguments" ........ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@47052 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- main/http.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'main/http.c') diff --git a/main/http.c b/main/http.c index 8465323ff..594d3c179 100644 --- a/main/http.c +++ b/main/http.c @@ -895,11 +895,11 @@ int ast_http_reload(void) } static char show_http_help[] = -"Usage: http list status\n" +"Usage: http show status\n" " Lists status of internal HTTP engine\n"; static struct ast_cli_entry cli_http[] = { - { { "http", "list", "status", NULL }, + { { "http", "show", "status", NULL }, handle_show_http, "Display HTTP server status", show_http_help }, }; -- cgit v1.2.3