[options] add '-a' as short option for '--user-agent'

This commit is contained in:
Mike Fährmann
2025-08-26 07:40:55 +02:00
parent 84dc8116a4
commit dadf405803
2 changed files with 2 additions and 2 deletions

View File

@@ -276,7 +276,7 @@ def build_parser():
help="Load external extractors from PATH",
)
general.add_argument(
"--user-agent",
"-a", "--user-agent",
dest="user-agent", metavar="UA", action=ConfigAction,
help="User-Agent request header",
)