mirror of
https://github.com/Superredstone/spotiflac-cli.git
synced 2026-03-07 20:18:07 +01:00
style: change help text to lower case
This commit is contained in:
4
main.go
4
main.go
@@ -22,13 +22,13 @@ func main() {
|
||||
&cli.StringFlag{
|
||||
Name: "download",
|
||||
Aliases: []string{"d"},
|
||||
Usage: "Download a song/playlist",
|
||||
Usage: "download a song/playlist",
|
||||
Destination: &song_url,
|
||||
},
|
||||
&cli.StringFlag{
|
||||
Name: "output",
|
||||
Aliases: []string{"o"},
|
||||
Usage: "Set output folder",
|
||||
Usage: "set output folder",
|
||||
Destination: &output_folder,
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user