The branch main has been updated by 0mp:

URL: 
https://cgit.FreeBSD.org/src/commit/?id=607bc91d90a34f4d75cb7738bf23bc4517cd327f

commit 607bc91d90a34f4d75cb7738bf23bc4517cd327f
Author:     Mateusz Piotrowski <0...@freebsd.org>
AuthorDate: 2023-04-20 12:43:57 +0000
Commit:     Mateusz Piotrowski <0...@freebsd.org>
CommitDate: 2023-04-20 12:45:13 +0000

    vmrun.sh: Fix a typo in usage()
    
    MFC after:      3 days
    Sponsored by:   Klara Inc.
---
 share/examples/bhyve/vmrun.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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})"

Reply via email to