dect
/
asterisk
Archived
13
0
Fork 0

Switch command order, to meet with current specs

git-svn-id: http://svn.digium.com/svn/asterisk/trunk@134977 f38db490-d61c-443f-a65b-d21fe96a405b
This commit is contained in:
tilghman 2008-07-31 21:53:59 +00:00
parent b797b71916
commit 471074406c
1 changed files with 2 additions and 2 deletions

View File

@ -1580,9 +1580,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: