Correct gains usage example

This commit is contained in:
Jeff Lenk 2011-03-10 16:58:16 -06:00
parent 4832d26a3a
commit a8f01d5bc6
1 changed files with 1 additions and 1 deletions

View File

@ -4059,7 +4059,7 @@ SWITCH_STANDARD_API(ft_function)
ftdm_channel_t *chan;
ftdm_span_t *span = NULL;
if (argc < 4) {
stream->write_function(stream, "-ERR Usage: ft gains <txgain> <rxgain> <span_id> [<chan_id>]\n");
stream->write_function(stream, "-ERR Usage: ft gains <rxgain> <txgain> <span_id> [<chan_id>]\n");
goto end;
}
ftdm_span_find_by_name(argv[3], &span);