Skip to content

Commit b6be013

Browse files
authored
Add more help text for custom options in general. (#17336)
1 parent 864ad02 commit b6be013

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

qb/qb.params.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,10 @@ EOF
5050
print_help_option "--host=HOST" "Cross-compile with HOST-gcc instead of gcc"
5151
print_help_option "--help" "Show this help"
5252

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)'
5357
printf %s\\n '' 'Custom options:'
5458

5559
while read -r VAR _ COMMENT; do

0 commit comments

Comments
 (0)