[svn-commits] tilghman: branch 1.6.0 r134979 - in /branches/1.6.0: ./ res/res_config_sqlite.c

SVN commits to the Digium repositories svn-commits at lists.digium.com
Thu Jul 31 16:54:47 CDT 2008


Author: tilghman
Date: Thu Jul 31 16:54:47 2008
New Revision: 134979

URL: http://svn.digium.com/view/asterisk?view=rev&rev=134979
Log:
Merged revisions 134977 via svnmerge from 
https://origsvn.digium.com/svn/asterisk/trunk

........
r134977 | tilghman | 2008-07-31 16:53:59 -0500 (Thu, 31 Jul 2008) | 2 lines

Switch command order, to meet with current specs

........

Modified:
    branches/1.6.0/   (props changed)
    branches/1.6.0/res/res_config_sqlite.c

Propchange: branches/1.6.0/
------------------------------------------------------------------------------
Binary property 'trunk-merged' - no diff available.

Modified: branches/1.6.0/res/res_config_sqlite.c
URL: http://svn.digium.com/view/asterisk/branches/1.6.0/res/res_config_sqlite.c?view=diff&rev=134979&r1=134978&r2=134979
==============================================================================
--- branches/1.6.0/res/res_config_sqlite.c (original)
+++ branches/1.6.0/res/res_config_sqlite.c Thu Jul 31 16:54:47 2008
@@ -1375,9 +1375,9 @@
 {
 	switch (cmd) {
 	case CLI_INIT:
-		e->command = "show sqlite status";
+		e->command = "sqlite show status";
 		e->usage =
-			"Usage: show sqlite status\n"
+			"Usage: sqlite show status\n"
 			"       Show status information about the SQLite 2 driver\n";
 		return NULL;
 	case CLI_GENERATE:




More information about the svn-commits mailing list