From dfc8fdc6c725d595f55d0584b1068414c694ff60 Mon Sep 17 00:00:00 2001 From: Dmitry Badovsky Date: Sat, 25 Oct 2025 12:16:34 +0000 Subject: [PATCH] Update vmcreate1.sh --- vmcreate1.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vmcreate1.sh b/vmcreate1.sh index ca7e5de..0204368 100644 --- a/vmcreate1.sh +++ b/vmcreate1.sh @@ -15,7 +15,7 @@ show_help() echo '-a - add hosts to HA affinity rules;' echo "-k - embed custom public key or create new if 'pub_keyfile' not specified" echo "-u - specify user instead of default 'root'" - echo "-p - specify password instead of default" + echo "-p - UNDER CONSTRUCTION!!!!!! specify password instead of default" echo "-f - get IP addresses and Hostnames from 'flilename';" echo "\nIf file not specified, script will use arguments as a list of IP addresses." echo "In this case Hostname will be inherited from 2 last IP octets. Example for 10.10.35.20: 'vm035020'."