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

........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@134979 65c4cc65-6c06-0410-ace0-fbb531ad65f3
1.6.0
Tilghman Lesher 17 years ago
parent 511ebd6e50
commit 2ea9a77dc1

@ -1375,9 +1375,9 @@ static char *handle_cli_show_sqlite_status(struct ast_cli_entry *e, int cmd, str
{
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:

Loading…
Cancel
Save