diff options
author | Bradley Sepos <[email protected]> | 2017-07-23 06:18:20 -0400 |
---|---|---|
committer | Bradley Sepos <[email protected]> | 2017-07-23 06:18:20 -0400 |
commit | 42c6e351b3b0701124809514790a48e2b06d64ec (patch) | |
tree | 4134bcdc1c22a16ae8ee417a7c2c37c5c7d91e94 /test/test.c | |
parent | f2a0bbadef9f67ccf20a6af21acb4bda4afeb4f3 (diff) |
cli: Add --arate=auto to CLI help.
Diffstat (limited to 'test/test.c')
-rw-r--r-- | test/test.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test.c b/test/test.c index 03121642a..052161d9b 100644 --- a/test/test.c +++ b/test/test.c @@ -1506,7 +1506,7 @@ static void ShowHelp() } } fprintf( out, " kHz)\n" -" Separate tracks by commas.\n" +" or \"auto\". Separate tracks by commas.\n" " -D, --drc <float> Apply extra dynamic range compression to the\n" " audio, making soft sounds louder. Range is 1.0\n" " to 4.0 (too loud), with 1.5 - 2.5 being a useful\n" |