Bootstrap : Fix help message name.
This commit is contained in:
parent
56e4376607
commit
65569bd17a
|
@ -6,7 +6,7 @@ target="${1}"
|
||||||
host="${2}"
|
host="${2}"
|
||||||
|
|
||||||
if [[ "${target}" = "" ]]; then
|
if [[ "${target}" = "" ]]; then
|
||||||
printf "Usage: bootstrap_nixos <DRIVE> [HOST]\n"
|
printf "Usage: ./Bootstrap.sh <DRIVE> [HOST]\n"
|
||||||
return 2
|
return 2
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue