aboutsummaryrefslogtreecommitdiffstats
path: root/main
diff options
context:
space:
mode:
authorseanbright <seanbright@f38db490-d61c-443f-a65b-d21fe96a405b>2009-12-14 16:10:30 +0000
committerseanbright <seanbright@f38db490-d61c-443f-a65b-d21fe96a405b>2009-12-14 16:10:30 +0000
commite2d0b45c929de42482f1f0d1aeddbe0782991b09 (patch)
tree350526689bbf1be057e93c55ffa039d37bd3ce4d /main
parent01b60d66f6a450ecaa4d13d45beb11803de07e2c (diff)
Merged revisions 234572 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk ........ r234572 | seanbright | 2009-12-14 11:08:09 -0500 (Mon, 14 Dec 2009) | 2 lines The default rate for 'timing test' is actually 50/sec, not 100/sec as advertised. ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.6.2@234575 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'main')
-rw-r--r--main/timing.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/timing.c b/main/timing.c
index ac23d42fa..751008ecf 100644
--- a/main/timing.c
+++ b/main/timing.c
@@ -216,7 +216,7 @@ static char *timing_test(struct ast_cli_entry *e, int cmd, struct ast_cli_args *
case CLI_INIT:
e->command = "timing test";
e->usage = "Usage: timing test <rate>\n"
- " Test a timer with a specified rate, 100/sec by default.\n"
+ " Test a timer with a specified rate, 50/sec by default.\n"
"";
return NULL;
case CLI_GENERATE: