From: Michael Tremer Date: Sat, 10 Aug 2024 12:27:01 +0000 (+0000) Subject: daemon: Fix typo X-Git-Tag: 0.9.30~1221 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b61b71d0ad5ab0a905e3a9ef7115c411193b079e;p=pakfire.git daemon: Fix typo Signed-off-by: Michael Tremer --- diff --git a/src/cli/pakfire-daemon.c b/src/cli/pakfire-daemon.c index 788f8f5a5..85763de20 100644 --- a/src/cli/pakfire-daemon.c +++ b/src/cli/pakfire-daemon.c @@ -65,7 +65,7 @@ int main(int argc, char* argv[]) { // Parse the command line and run any commands r = cli_parse(options, NULL, NULL, doc, parse, - CLI_REQUIRES_ROOT, argc, argv, ctx); + CLI_REQUIRE_ROOT, argc, argv, ctx); if (r) goto ERROR;