Use the correct flag name

Co-authored-by: Stéphane Bidoul <stephane.bidoul@acsone.eu>
This commit is contained in:
Pradyun Gedam 2020-07-03 19:20:58 +05:30 committed by GitHub
parent 26e29aa70e
commit a8eaf11d7f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -922,7 +922,7 @@ use_new_feature = partial(
use_deprecated_feature = partial(
Option,
'--deprecated-feature',
'--use-deprecated',
dest='deprecated_features_enabled',
metavar='feature',
action='append',