mirror of
https://github.com/Superredstone/spotiflac-cli.git
synced 2026-03-07 20:18:07 +01:00
docs: fix incorrect usage description for --stop-on-fail flag
This commit is contained in:
2
main.go
2
main.go
@@ -61,7 +61,7 @@ func main() {
|
|||||||
},
|
},
|
||||||
&cli.BoolFlag{
|
&cli.BoolFlag{
|
||||||
Name: "stop-on-fail",
|
Name: "stop-on-fail",
|
||||||
Usage: "continue on download failure",
|
Usage: "stop on download failure",
|
||||||
Destination: &app.StopOnFail,
|
Destination: &app.StopOnFail,
|
||||||
},
|
},
|
||||||
&cli.BoolFlag{
|
&cli.BoolFlag{
|
||||||
|
|||||||
Reference in New Issue
Block a user