From 502a1cfeda0fcb2092eef03a1fb3e57c35c7d83c Mon Sep 17 00:00:00 2001 From: Jinsong Ji Date: Thu, 4 Apr 2024 18:06:36 +0200 Subject: [PATCH] Fix help message --- devops/scripts/install_drivers.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devops/scripts/install_drivers.sh b/devops/scripts/install_drivers.sh index 295e0e18eef81..942e9c235fdf7 100755 --- a/devops/scripts/install_drivers.sh +++ b/devops/scripts/install_drivers.sh @@ -141,7 +141,7 @@ if [[ $# -eq 0 ]] ; then echo "--igfx - Install Intel Graphics drivers" echo "--cpu - Install Intel CPU OpenCL runtime" echo "--fpga-emu - Install Intel FPGA Fast emulator" - echo "--use-latest - Install all Intel drivers" + echo "--use-latest - Use latest for all tags echo "Set INSTALL_LOCATION env variable to specify install location" exit 0 fi