aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhozan23 <hozan23@karyontech.net>2024-07-14 23:13:16 +0200
committerhozan23 <hozan23@karyontech.net>2024-07-14 23:13:16 +0200
commit0ec6a7cc4c46fd4bb6298c784731364d5130bfef (patch)
tree4f1cb656b877d49a68c5fe9618b35697e0f01f8d
parentb7c746a8d402b841419c05d50006f138c3a3f5ef (diff)
minor changesHEADmaster
-rwxr-xr-xvms.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/vms.sh b/vms.sh
index 10568dd..9aedd88 100755
--- a/vms.sh
+++ b/vms.sh
@@ -84,7 +84,7 @@ usage() {
$ vms boot IMAGE_NAME ISO_PATH
$ vms boot arch /path/to/arch.iso
$ vms create IMAGE_NAME SIZE_OF_IMAGE
- $ vms create arch 50g
+ $ vms create arch 50G
$ vms list\n" "$vms_path"
exit 1
}
@@ -212,6 +212,7 @@ case "$1" in
save_config "$vms_path/$2.conf"
printf "Created %s Successfully!\n" "$2"
+ printf "Please modify the config file: %s \n" "$vms_path/$2.conf"
;;
"list")