]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Switch command order, to meet with current specs
authorTilghman Lesher <tilghman@meg.abyt.es>
Thu, 31 Jul 2008 21:53:59 +0000 (21:53 +0000)
committerTilghman Lesher <tilghman@meg.abyt.es>
Thu, 31 Jul 2008 21:53:59 +0000 (21:53 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@134977 65c4cc65-6c06-0410-ace0-fbb531ad65f3

res/res_config_sqlite.c

index edde2b668e1e3dc4d6f56f6db8f185c1b4f76291..448fab32b65092da2aa66f96efcb847aee7bf379 100644 (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: