From e82502f80a99cdd2ba3bc7719293d479c6d25f0a Mon Sep 17 00:00:00 2001 From: orbea Date: Wed, 22 Nov 2017 15:33:35 -0800 Subject: [PATCH] qb: Document syntax better. --- qb/qb.params.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qb/qb.params.sh b/qb/qb.params.sh index 5d16647806..d574c60057 100644 --- a/qb/qb.params.sh +++ b/qb/qb.params.sh @@ -35,7 +35,7 @@ EOF print_help_option "--prefix=PATH" "Install path prefix" print_help_option "--global-config-dir=PATH" "System wide config file prefix" print_help_option "--build=BUILD" "The build system (no-op)" - print_help_option "--host=HOST" "call HOST-gcc instead of gcc; can be used for cross compilation" + print_help_option "--host=HOST" "Cross-compile with HOST-gcc instead of gcc" print_help_option "--help" "Show this help" echo ""