Allow passing legacy-resolver from CLI

This commit is contained in:
Pradyun Gedam 2020-10-30 05:59:14 +05:30
parent 5cba61e118
commit 2d91950cad
No known key found for this signature in database
GPG Key ID: FF99710C4332258E
1 changed files with 1 additions and 1 deletions

View File

@ -905,7 +905,7 @@ use_deprecated_feature = partial(
metavar='feature',
action='append',
default=[],
choices=[],
choices=['legacy-resolver'],
help=(
'Enable deprecated functionality, that will be removed in the future.'
),