git: 607bc91d90a3 - main - vmrun.sh: Fix a typo in usage()
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 20 Apr 2023 12:45:57 UTC
The branch main has been updated by 0mp:
URL: https://cgit.FreeBSD.org/src/commit/?id=607bc91d90a34f4d75cb7738bf23bc4517cd327f
commit 607bc91d90a34f4d75cb7738bf23bc4517cd327f
Author: Mateusz Piotrowski <0mp@FreeBSD.org>
AuthorDate: 2023-04-20 12:43:57 +0000
Commit: Mateusz Piotrowski <0mp@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})"