diff options
| author | Mateusz Piotrowski <0mp@FreeBSD.org> | 2023-04-20 12:43:57 +0000 |
|---|---|---|
| committer | Mateusz Piotrowski <0mp@FreeBSD.org> | 2023-04-20 12:45:13 +0000 |
| commit | 607bc91d90a34f4d75cb7738bf23bc4517cd327f (patch) | |
| tree | fc9029919e7ec683558c4c0fd4bc1c50496af6f0 /share/examples | |
| parent | 74e908b3c63b28de1d590dc42502fbe959a6da2e (diff) | |
Diffstat (limited to 'share/examples')
| -rwxr-xr-x | share/examples/bhyve/vmrun.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/examples/bhyve/vmrun.sh b/share/examples/bhyve/vmrun.sh index 9770ff459a67..1ef310b07e92 100755 --- a/share/examples/bhyve/vmrun.sh +++ b/share/examples/bhyve/vmrun.sh @@ -83,7 +83,7 @@ usage() { "(default: ${DEFAULT_ISOFILE})" echo " -l: the OS loader to use (default: /boot/userboot.so)" echo " -L: IP address for UEFI GOP VNC server" \ - "(default: ${DEFAULT_VNCHOST}" + "(default: ${DEFAULT_VNCHOST})" echo " -m: memory size (default: ${DEFAULT_MEMSIZE})" echo " -n: network adapter emulation type" \ "(default: ${DEFAULT_NIC})" |
