File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -2540,17 +2540,17 @@ def __init__(self):
2540
2540
default = '' )
2541
2541
2542
2542
add_boolean_option (
2543
- parser , ["allow-download" , "allow_download" ],
2543
+ parser , ["allow-download" ],
2544
2544
default = False ,
2545
2545
description = 'Whether to allow binary dist download:' )
2546
2546
2547
2547
add_boolean_option (
2548
- parser , ["allow-build" , "allow_build" ],
2548
+ parser , ["allow-build" ],
2549
2549
default = True ,
2550
2550
description = 'Whether to allow compilation of a new distribution:' )
2551
2551
2552
2552
add_boolean_option (
2553
- parser , ["force-build" , "force_build" ],
2553
+ parser , ["force-build" ],
2554
2554
default = False ,
2555
2555
description = 'Whether to force compilation of a new distribution:' )
2556
2556
@@ -2560,7 +2560,7 @@ def __init__(self):
2560
2560
help = 'Directories in which to look for distributions' )
2561
2561
2562
2562
add_boolean_option (
2563
- parser , ["require-perfect-match" , "require_perfect_match" ],
2563
+ parser , ["require-perfect-match" ],
2564
2564
default = False ,
2565
2565
description = ('Whether the dist recipes must perfectly match '
2566
2566
'those requested' ))
You can’t perform that action at this time.
0 commit comments