Change opt message to reflect default selection accurately.

This commit is contained in:
Sasha Hilton 2021-01-30 02:31:16 +00:00
parent 37a5796a86
commit 318c499dc5

View file

@ -180,7 +180,7 @@ fn setup(args: &[String]) -> Setup {
.optopt( .optopt(
"", "",
"normalisation-gain-type", "normalisation-gain-type",
"Specify the normalisation gain type to use - [track, album]. Default is track.", "Specify the normalisation gain type to use - [track, album]. Default is album.",
"GAIN_TYPE", "GAIN_TYPE",
) )
.optopt( .optopt(