Browse Source

Clarify help for -n network parameter

pull/65/head
Ian Grant 5 years ago
parent
commit
be16d4abd0
  1. 2
      README.md
  2. 2
      kvm-install-vm

2
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)

2
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"

Loading…
Cancel
Save