git: 3aefe6759669 - main - nextboot: fix typo that merged two args into one

From: Gleb Smirnoff <glebius_at_FreeBSD.org>
Date: Tue, 20 Feb 2024 03:54:24 UTC
The branch main has been updated by glebius:

URL: https://cgit.FreeBSD.org/src/commit/?id=3aefe6759669bbadeb1a24a8956bf222ce279c68

commit 3aefe6759669bbadeb1a24a8956bf222ce279c68
Author:     Gleb Smirnoff <glebius@FreeBSD.org>
AuthorDate: 2024-02-20 03:51:22 +0000
Commit:     Gleb Smirnoff <glebius@FreeBSD.org>
CommitDate: 2024-02-20 03:51:22 +0000

    nextboot: fix typo that merged two args into one
    
    Fixes:  fd6d47375a78fbf0737012b7cc11180291781e8b
---
 sbin/reboot/reboot.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sbin/reboot/reboot.c b/sbin/reboot/reboot.c
index d215255487a7..7ea4d50eaf74 100644
--- a/sbin/reboot/reboot.c
+++ b/sbin/reboot/reboot.c
@@ -79,7 +79,7 @@ zfsbootcfg(const char *pool, bool force)
 		"-n",
 		"freebsd:nvstore",
 		"-k",
-		"nextboot_enable"
+		"nextboot_enable",
 		"-v",
 		"YES",
 		NULL