ref: f303a26bfeff44b98b2d76b1095a63f29f27d972
parent: 693831acc09faf4930dc72bbe021d20fc9969c1d
author: idigdoug <idigdoug>
date: Wed Dec 16 18:24:53 EST 2009
Add missing flags to usage string.
--- a/src/tempo.c
+++ b/src/tempo.c
@@ -299,7 +299,7 @@
sox_effect_handler_t const * lsx_tempo_effect_fn(void)
{
static sox_effect_handler_t handler = {
- "tempo", "[-q] factor [segment-ms [search-ms [overlap-ms]]]",
+ "tempo", "[-q] [-m | -s | -l] factor [segment-ms [search-ms [overlap-ms]]]",
SOX_EFF_MCHAN | SOX_EFF_LENGTH,
getopts, start, flow, drain, stop, NULL, sizeof(priv_t)
};