[options] update '-T' to match '-A' behavior (#7978)

2eb5e52055
This commit is contained in:
Mike Fährmann
2025-08-05 19:56:39 +02:00
parent 0364092241
commit a01c0f99fd

View File

@@ -673,7 +673,7 @@ def build_parser():
)
selection.add_argument(
"-T", "--terminate",
dest="terminate", metavar="N", type=int,
dest="terminate", metavar="N",
help=("Stop current & parent extractors "
"and proceed with the next input URL "
"after N consecutive file downloads were skipped"),