From 90751b16caec323d90ddf7d41db4a25085a3bd76 Mon Sep 17 00:00:00 2001 From: Michiel van Baak Date: Sun, 28 Sep 2008 23:32:14 +0000 Subject: Merge the cli_cleanup branch. This work is done by lmadsen, junky and mvanbaak during AstriDevCon. This is the second audit the CLI got, and this time lmadsen made sure he had _ALL_ modules loaded that have CLI commands in them. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@145121 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- main/taskprocessor.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'main/taskprocessor.c') diff --git a/main/taskprocessor.c b/main/taskprocessor.c index 450d579c1..6ed939b45 100644 --- a/main/taskprocessor.c +++ b/main/taskprocessor.c @@ -196,9 +196,9 @@ static char *cli_tps_ping(struct ast_cli_entry *e, int cmd, struct ast_cli_args switch (cmd) { case CLI_INIT: - e->command = "core taskprocessor ping"; + e->command = "core ping taskprocessor"; e->usage = - "Usage: core taskprocessor ping \n" + "Usage: core ping taskprocessor \n" " Displays the time required for a task to be processed\n"; return NULL; case CLI_GENERATE: -- cgit v1.2.3