correct a CLI description
authorDwayne M. Hubbard <dwayne.hubbard@gmail.com>
Tue, 13 Jan 2009 16:02:13 +0000 (16:02 +0000)
committerDwayne M. Hubbard <dwayne.hubbard@gmail.com>
Tue, 13 Jan 2009 16:02:13 +0000 (16:02 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@168539 65c4cc65-6c06-0410-ace0-fbb531ad65f3

main/taskprocessor.c

index 9548304..88ba8a0 100644 (file)
@@ -114,7 +114,7 @@ static char *cli_tps_ping(struct ast_cli_entry *e, int cmd, struct ast_cli_args
 static char *cli_tps_report(struct ast_cli_entry *e, int cmd, struct ast_cli_args *a);
 
 static struct ast_cli_entry taskprocessor_clis[] = {
-       AST_CLI_DEFINE(cli_tps_ping, "Ping a named task processors"),
+       AST_CLI_DEFINE(cli_tps_ping, "Ping a named task processor"),
        AST_CLI_DEFINE(cli_tps_report, "List instantiated task processors and statistics"),
 };