aboutsummaryrefslogtreecommitdiffstats
path: root/main/translate.c
diff options
context:
space:
mode:
authorfile <file@f38db490-d61c-443f-a65b-d21fe96a405b>2006-08-30 16:04:24 +0000
committerfile <file@f38db490-d61c-443f-a65b-d21fe96a405b>2006-08-30 16:04:24 +0000
commitea048584fad530691af098b320b2d11f5373c703 (patch)
treee1732e0d6b1d6ad2f0bda826df8c6afacf6ddcb1 /main/translate.c
parent86ce29fef8cb5d246807eda850c26c1266241a8d (diff)
Clarify what show translations is displaying a bit more (issue #7772 reported by Mithraen)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@41373 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'main/translate.c')
-rw-r--r--main/translate.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/translate.c b/main/translate.c
index c1e4b11b3..45b0292bd 100644
--- a/main/translate.c
+++ b/main/translate.c
@@ -502,7 +502,7 @@ static int show_translation(int fd, int argc, char *argv[])
rebuild_matrix(z);
}
- ast_cli(fd, " Translation times between formats (in milliseconds)\n");
+ ast_cli(fd, " Translation times between formats (in milliseconds) for one second of data\n");
ast_cli(fd, " Source Format (Rows) Destination Format (Columns)\n\n");
/* Get the length of the longest (usable?) codec name, so we know how wide the left side should be */
for (x = 0; x < SHOW_TRANS; x++) {