From 471074406cadb5c1231c8099b6401ff2695da8d9 Mon Sep 17 00:00:00 2001 From: tilghman Date: Thu, 31 Jul 2008 21:53:59 +0000 Subject: Switch command order, to meet with current specs git-svn-id: http://svn.digium.com/svn/asterisk/trunk@134977 f38db490-d61c-443f-a65b-d21fe96a405b --- res/res_config_sqlite.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'res/res_config_sqlite.c') diff --git a/res/res_config_sqlite.c b/res/res_config_sqlite.c index edde2b668..448fab32b 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: -- cgit v1.2.3