[asterisk-commits] [svn-commits] trunk r17828 - /trunk/http.c

asterisk-commits at lists.digium.com asterisk-commits at lists.digium.com
Thu Apr 6 07:43:08 MST 2006


Author: oej
Date: Thu Apr  6 09:43:06 2006
New Revision: 17828

URL: http://svn.digium.com/view/asterisk?rev=17828&view=rev
Log:
Make "show http" CLI command follow new guidelines - now "http show status"

Modified:
    trunk/http.c

Modified: trunk/http.c
URL: http://svn.digium.com/view/asterisk/trunk/http.c?rev=17828&r1=17827&r2=17828&view=diff
==============================================================================
--- trunk/http.c (original)
+++ trunk/http.c Thu Apr  6 09:43:06 2006
@@ -659,11 +659,11 @@
 }
 
 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 },
 };
 

_______________________________________________
--Bandwidth and Colocation provided by Easynews.com --

svn-commits mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/svn-commits


More information about the asterisk-commits mailing list