git: eb2e52fb2045 - stable/13 - vmrun.sh: Fix a typo in usage()
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 24 Apr 2023 10:00:20 UTC
The branch stable/13 has been updated by 0mp:
URL: https://cgit.FreeBSD.org/src/commit/?id=eb2e52fb204552a0fd09f9b685029e9fcea8f973
commit eb2e52fb204552a0fd09f9b685029e9fcea8f973
Author: Mateusz Piotrowski <0mp@FreeBSD.org>
AuthorDate: 2023-04-20 12:43:57 +0000
Commit: Mateusz Piotrowski <0mp@FreeBSD.org>
CommitDate: 2023-04-24 09:59:58 +0000
vmrun.sh: Fix a typo in usage()
MFC after: 3 days
Sponsored by: Klara Inc.
(cherry picked from commit 607bc91d90a34f4d75cb7738bf23bc4517cd327f)
---
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})"