chore(scripts): better default values in the help message of falco-driver-loader

Co-authored-by: Lorenzo Fontana <lo@linux.com>
Signed-off-by: Leonardo Di Donato <leodidonato@gmail.com>
This commit is contained in:
Leonardo Di Donato 2021-04-08 15:07:49 +00:00 committed by poiana
parent 71b2b5adde
commit 17ee409ac6

View File

@ -482,8 +482,8 @@ print_usage() {
echo "Options:"
echo " --help show brief help"
echo " --clean try to remove an already present driver installation"
echo " --compile try to compile the driver locally (default on)"
echo " --download try to download a prebuilt driver (default on)"
echo " --compile try to compile the driver locally (default true)"
echo " --download try to download a prebuilt driver (default true)"
echo " --source-only skip execution and allow sourcing in another script"
echo ""
echo "Environment variables:"