Skip to content

Commit

Permalink
Add more help text for custom options in general. (#17336)
Browse files Browse the repository at this point in the history
  • Loading branch information
zoltanvb authored Jan 2, 2025
1 parent 864ad02 commit b6be013
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions qb/qb.params.sh
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,10 @@ EOF
print_help_option "--host=HOST" "Cross-compile with HOST-gcc instead of gcc"
print_help_option "--help" "Show this help"

printf %s\\n '' 'Default for custom toggle options can be yes, no, or auto.'
print_help_option 'Disable option is shown:' 'Default is yes'
print_help_option 'Enable option is shown:' 'Default is no'
print_help_option 'Both options are shown:' 'Default is auto (included if the necessary library is present)'
printf %s\\n '' 'Custom options:'

while read -r VAR _ COMMENT; do
Expand Down

0 comments on commit b6be013

Please sign in to comment.