Skip to content

Commit

Permalink
Fix help message
Browse files Browse the repository at this point in the history
  • Loading branch information
jsji committed Apr 4, 2024
1 parent 8282e2c commit 502a1cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion devops/scripts/install_drivers.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 502a1cf

Please sign in to comment.