git: 3d4ce4edd86d - main - Remove -g option support which was removed from bhyve in c4df8cbfde53c376d93f439eac3f45a7b4fc705e
Renato Botelho
garga at FreeBSD.org
Mon Jan 4 14:38:41 UTC 2021
On 04/01/21 10:16, Poul-Henning Kamp wrote:
> The branch main has been updated by phk:
>
> URL: https://cgit.FreeBSD.org/src/commit/?id=3d4ce4edd86de8359267792be65d6ca20e1cf619
>
> commit 3d4ce4edd86de8359267792be65d6ca20e1cf619
> Author: Poul-Henning Kamp <phk at FreeBSD.org>
> AuthorDate: 2021-01-04 13:15:50 +0000
> Commit: Poul-Henning Kamp <phk at FreeBSD.org>
> CommitDate: 2021-01-04 13:15:50 +0000
>
> Remove -g option support which was removed from bhyve in
> c4df8cbfde53c376d93f439eac3f45a7b4fc705e
> ---
> share/examples/bhyve/vmrun.sh | 8 +-------
> 1 file changed, 1 insertion(+), 7 deletions(-)
>
> diff --git a/share/examples/bhyve/vmrun.sh b/share/examples/bhyve/vmrun.sh
> index 607597015e62..bfc2aad2cb8c 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 " [-g <gdbport> ] [-H <directory>]"
> + echo " [-H <directory>]"
It seems you left an extra space here ^
--
Renato Botelho
More information about the dev-commits-src-main
mailing list