mirror of
https://github.com/librespot-org/librespot.git
synced 2024-12-18 17:11:53 +00:00
Change opt message to reflect default selection accurately.
This commit is contained in:
parent
37a5796a86
commit
318c499dc5
1 changed files with 1 additions and 1 deletions
|
@ -180,7 +180,7 @@ fn setup(args: &[String]) -> Setup {
|
|||
.optopt(
|
||||
"",
|
||||
"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",
|
||||
)
|
||||
.optopt(
|
||||
|
|
Loading…
Reference in a new issue