mirror of
https://github.com/GuillemCastro/spotify-dl.git
synced 2025-05-09 13:55:31 +02:00
fixed spelling
This commit is contained in:
parent
8a22a6659d
commit
4c24d60ada
2 changed files with 4 additions and 5 deletions
|
@ -49,7 +49,7 @@ struct Opt {
|
|||
short = "c",
|
||||
long = "compression",
|
||||
help = "Setting the flac compression level from 0 (fastest, least compression) to
|
||||
8 (slowest, most compression). A value larger than 8 will be reated as 8. Defaults to 4."
|
||||
8 (slowest, most compression). A value larger than 8 will be Treated as 8. Default is 4."
|
||||
)]
|
||||
compression: Option<u32>,
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue