add long option for '-G'

This commit is contained in:
Mike Fährmann
2021-01-26 01:01:22 +01:00
parent ebf417f31f
commit b549c53b36

View File

@@ -136,9 +136,9 @@ def build_parser():
help="Print URLs instead of downloading", help="Print URLs instead of downloading",
) )
output.add_argument( output.add_argument(
"-G", "-G", "--resolve-urls",
dest="list_urls", action="store_const", const=128, dest="list_urls", action="store_const", const=128,
help=argparse.SUPPRESS, help="Print URLs instead of downloading; resolve intermediary URLs",
) )
output.add_argument( output.add_argument(
"-j", "--dump-json", "-j", "--dump-json",