We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c817d5d commit 9de4b62Copy full SHA for 9de4b62
src/bootstrap/configure.py
@@ -193,7 +193,7 @@ def is_value_list(key):
193
if option.value:
194
print('\t{:30} {}'.format('--{}=VAL'.format(option.name), option.desc))
195
else:
196
- print('\t{:30} {}'.format('--enable-{}'.format(option.name), option.desc))
+ print('\t{:30} {}'.format('--enable-{} OR --disable-{}'.format(option.name, option.name), option.desc))
197
print('')
198
print('This configure script is a thin configuration shim over the true')
199
print('configuration system, `config.toml`. You can explore the comments')
0 commit comments