docs(scripts): improve help of falco-driver-loader script

Signed-off-by: Leonardo Di Donato <leodidonato@gmail.com>
This commit is contained in:
Leonardo Di Donato
2020-11-16 11:51:40 +00:00
committed by poiana
parent 1504e77f4e
commit 3f75f27410

View File

@@ -467,6 +467,10 @@ print_usage() {
echo " --download try to download a prebuilt driver"
echo " --source-only skip execution and allow sourcing in another script"
echo ""
echo "Environment variables:"
echo "DRIVER_REPO specify a different URL where to look for prebuilt Falco drivers"
echo "DRIVER_NAME specify a different name for the driver"
echo ""
}
ARCH=$(uname -m)