We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 864ad02 commit b6be013Copy full SHA for b6be013
1 file changed
qb/qb.params.sh
@@ -50,6 +50,10 @@ EOF
50
print_help_option "--host=HOST" "Cross-compile with HOST-gcc instead of gcc"
51
print_help_option "--help" "Show this help"
52
53
+ printf %s\\n '' 'Default for custom toggle options can be yes, no, or auto.'
54
+ print_help_option 'Disable option is shown:' 'Default is yes'
55
+ print_help_option 'Enable option is shown:' 'Default is no'
56
+ print_help_option 'Both options are shown:' 'Default is auto (included if the necessary library is present)'
57
printf %s\\n '' 'Custom options:'
58
59
while read -r VAR _ COMMENT; do
0 commit comments