From 8918d23fc53b62c786dd910093cdc18bfa816da4 Mon Sep 17 00:00:00 2001 From: seanbright Date: Mon, 14 Dec 2009 16:09:43 +0000 Subject: 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.1@234574 f38db490-d61c-443f-a65b-d21fe96a405b --- main/timing.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main') 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 \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: -- cgit v1.2.3