From aef6e80c7704fff3ce4b5ea2e5c5f8926c628c4e Mon Sep 17 00:00:00 2001 From: Superredstone Date: Sat, 28 Feb 2026 17:43:21 +0100 Subject: [PATCH] docs: fix incorrect usage description for --stop-on-fail flag --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index f212b91..3bf0903 100644 --- a/main.go +++ b/main.go @@ -61,7 +61,7 @@ func main() { }, &cli.BoolFlag{ Name: "stop-on-fail", - Usage: "continue on download failure", + Usage: "stop on download failure", Destination: &app.StopOnFail, }, &cli.BoolFlag{