Bootstrap : Fix help message name.

This commit is contained in:
Dmitry Voronin 2024-08-30 15:44:09 +03:00
parent 56e4376607
commit 65569bd17a
Signed by: voronind
SSH key fingerprint: SHA256:3kBb4iV2ahufEBNq+vFbUe4QYfHt98DHQjN7QaptY9k

View file

@ -6,7 +6,7 @@ target="${1}"
host="${2}"
if [[ "${target}" = "" ]]; then
printf "Usage: bootstrap_nixos <DRIVE> [HOST]\n"
printf "Usage: ./Bootstrap.sh <DRIVE> [HOST]\n"
return 2
fi