From fd404bec7e6314c4584fedb1b595ee5e2d1225a6 Mon Sep 17 00:00:00 2001 From: pukkandan Date: Wed, 24 Aug 2022 08:00:13 +0530 Subject: Fix `--break-per-url --max-downloads` --- yt_dlp/options.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'yt_dlp/options.py') diff --git a/yt_dlp/options.py b/yt_dlp/options.py index bee531d1b..5e1581296 100644 --- a/yt_dlp/options.py +++ b/yt_dlp/options.py @@ -632,7 +632,7 @@ def create_parser(): selection.add_option( '--break-per-input', action='store_true', dest='break_per_url', default=False, - help='Make --break-on-existing, --break-on-reject and --max-downloads act only on the current input URL') + help='Make --break-on-existing, --break-on-reject, --max-downloads and autonumber reset per input URL') selection.add_option( '--no-break-per-input', action='store_false', dest='break_per_url', -- cgit v1.2.3