From be16d4abd0506590688f680f8edb7ac679084175 Mon Sep 17 00:00:00 2001 From: Ian Grant Date: Tue, 3 Nov 2020 13:42:58 +0000 Subject: [PATCH] Clarify help for -n network parameter --- README.md | 2 +- kvm-install-vm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1b324db..63041d8 100644 --- a/README.md +++ b/README.md @@ -100,7 +100,7 @@ OPTIONS -L Location of VMs (default: $HOME/virt/vms) -m Memory Size (MB) (default: 1024) -M Mac address (default: auto-assigned) - -n Network name (default: none) + -n Network name (default: none, overrides -b parameter) -p Console port (default: auto) -s Custom shell script -t Linux Distribution (default: centos8) diff --git a/kvm-install-vm b/kvm-install-vm index 64b8f40..3dacb9f 100755 --- a/kvm-install-vm +++ b/kvm-install-vm @@ -59,7 +59,7 @@ function usage_subcommand () printf " -L Location of VMs (default: $HOME/virt/vms)\n" printf " -m Memory Size (MB) (default: 1024)\n" printf " -M Mac address (default: auto-assigned)\n" - printf " -n Network name\n" + printf " -n Network name (default: none, overrides -b parameter)\n" printf " -p Console port (default: auto)\n" printf " -s Custom shell script\n" printf " -t Linux Distribution (default: centos8)\n"