From b6be01355a62a21ba5a860e177d631210dc3d87c Mon Sep 17 00:00:00 2001 From: zoltanvb <101990835+zoltanvb@users.noreply.github.com> Date: Thu, 2 Jan 2025 22:21:54 +0100 Subject: [PATCH] Add more help text for custom options in general. (#17336) --- qb/qb.params.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/qb/qb.params.sh b/qb/qb.params.sh index b4c27afbf59a..c3c86c0ebabc 100644 --- a/qb/qb.params.sh +++ b/qb/qb.params.sh @@ -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