Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 360f7d7

Browse files
committed
Auto merge of #131117 - AvatarSenju:helpstring-fix, r=onur-ozkan
Update helper docs display disable option Updated helper docs via configure.py to make it clearer that users can control options with enable and disable Fixing issue #129146
2 parents 2305aad + 9de4b62 commit 360f7d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/bootstrap/configure.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ def is_value_list(key):
193193
if option.value:
194194
print('\t{:30} {}'.format('--{}=VAL'.format(option.name), option.desc))
195195
else:
196-
print('\t{:30} {}'.format('--enable-{}'.format(option.name), option.desc))
196+
print('\t{:30} {}'.format('--enable-{} OR --disable-{}'.format(option.name, option.name), option.desc))
197197
print('')
198198
print('This configure script is a thin configuration shim over the true')
199199
print('configuration system, `config.toml`. You can explore the comments')

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /