From 43766d78c13139a4956bf4c590da8cdd799e44d3 Mon Sep 17 00:00:00 2001 From: xionglei6 Date: Mon, 7 Feb 2022 16:53:09 +0800 Subject: [PATCH] init: fix bugs Signed-off-by: xionglei6 --- services/begetctl/misc_daemon.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/begetctl/misc_daemon.cpp b/services/begetctl/misc_daemon.cpp index b887d204..3cac532a 100755 --- a/services/begetctl/misc_daemon.cpp +++ b/services/begetctl/misc_daemon.cpp @@ -211,7 +211,7 @@ static int main_cmd(BShellHandle shell, int argc, char **argv) if (argc >= 2 && strcmp((char *)"--write_logo", argv[0]) == 0) { // 2 min arg WriteLogoToMisc(argv[1]); } else { - char *helpArgs[] = {static_cast("misc_daemon"), NULL}; + char *helpArgs[] = {static_cast("misc_daemon"), NULL}; BShellCmdHelp(shell, 1, helpArgs); } return 0; -- GitLab