mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-15 17:27:02 +00:00
Clarify what show translations is displaying a bit more (issue #7772 reported by Mithraen)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@41373 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -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++) {
|
||||
|
Reference in New Issue
Block a user