From 65569bd17ade7dc32de7d68004a3e83519851c0f Mon Sep 17 00:00:00 2001 From: Dmitry Voronin Date: Fri, 30 Aug 2024 15:44:09 +0300 Subject: [PATCH] Bootstrap : Fix help message name. --- Bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Bootstrap.sh b/Bootstrap.sh index fddc0f7..07d60e6 100755 --- a/Bootstrap.sh +++ b/Bootstrap.sh @@ -6,7 +6,7 @@ target="${1}" host="${2}" if [[ "${target}" = "" ]]; then - printf "Usage: bootstrap_nixos [HOST]\n" + printf "Usage: ./Bootstrap.sh [HOST]\n" return 2 fi