Skip to content
Snippets Groups Projects
Commit e682d4c6 authored by Tilghman Lesher's avatar Tilghman Lesher
Browse files

Switch command order, to meet with current specs

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@134977 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent 52b2aeb6
Branches
Tags
No related merge requests found
...@@ -1580,9 +1580,9 @@ static char *handle_cli_show_sqlite_status(struct ast_cli_entry *e, int cmd, str ...@@ -1580,9 +1580,9 @@ static char *handle_cli_show_sqlite_status(struct ast_cli_entry *e, int cmd, str
{ {
switch (cmd) { switch (cmd) {
case CLI_INIT: case CLI_INIT:
e->command = "show sqlite status"; e->command = "sqlite show status";
e->usage = e->usage =
"Usage: show sqlite status\n" "Usage: sqlite show status\n"
" Show status information about the SQLite 2 driver\n"; " Show status information about the SQLite 2 driver\n";
return NULL; return NULL;
case CLI_GENERATE: case CLI_GENERATE:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment