git: 9cfd8046a48e - main - Remove a space I missed in previous commit

Poul-Henning Kamp phk at FreeBSD.org
Mon Jan 4 14:54:42 UTC 2021


The branch main has been updated by phk:

URL: https://cgit.FreeBSD.org/src/commit/?id=9cfd8046a48e0c60692e31e66eaa7f9c32b5da0f

commit 9cfd8046a48e0c60692e31e66eaa7f9c32b5da0f
Author:     Poul-Henning Kamp <phk at FreeBSD.org>
AuthorDate: 2021-01-04 14:53:35 +0000
Commit:     Poul-Henning Kamp <phk at FreeBSD.org>
CommitDate: 2021-01-04 14:53:57 +0000

    Remove a space I missed in previous commit
---
 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 bfc2aad2cb8c..c3cd05356eea 100755
--- a/share/examples/bhyve/vmrun.sh
+++ b/share/examples/bhyve/vmrun.sh
@@ -58,7 +58,7 @@ usage() {
 	    "[-d <disk file>]"
 	echo "                [-e <name=value>] [-f <path of firmware>]" \
 	    "[-F <size>]"
-	echo "                 [-H <directory>]"
+	echo "                [-H <directory>]"
 	echo "                [-I <location of installation iso>] [-l <loader>]"
 	echo "                [-L <VNC IP for UEFI framebuffer>]"
 	echo "                [-m <memsize>]" \


More information about the dev-commits-src-all mailing list