dect
/
asterisk
Archived
13
0
Fork 0

The default rate for 'timing test' is actually 50/sec, not 100/sec as advertised.

git-svn-id: http://svn.digium.com/svn/asterisk/trunk@234572 f38db490-d61c-443f-a65b-d21fe96a405b
This commit is contained in:
seanbright 2009-12-14 16:08:09 +00:00
parent 0641077477
commit c3a0b4fa52
1 changed files with 1 additions and 1 deletions

View File

@ -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: