projects
/
asterisk/asterisk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c02a520
)
correct a CLI description
author
Dwayne M. Hubbard
<dwayne.hubbard@gmail.com>
Tue, 13 Jan 2009 16:02:13 +0000
(16:02 +0000)
committer
Dwayne 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
patch
|
blob
|
history
diff --git
a/main/taskprocessor.c
b/main/taskprocessor.c
index
9548304
..
88ba8a0
100644
(file)
--- a/
main/taskprocessor.c
+++ b/
main/taskprocessor.c
@@
-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"),
};