From: Tilghman Lesher Date: Thu, 31 Jul 2008 21:53:59 +0000 (+0000) Subject: Switch command order, to meet with current specs X-Git-Tag: 1.6.2.0-beta1~1538 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e682d4c67eda318be39a167efbe88c161f0a2de6;p=thirdparty%2Fasterisk.git Switch command order, to meet with current specs git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@134977 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/res/res_config_sqlite.c b/res/res_config_sqlite.c index edde2b668e..448fab32b6 100644 --- a/res/res_config_sqlite.c +++ b/res/res_config_sqlite.c @@ -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: