]> git.ipfire.org Git - pakfire.git/commitdiff
daemon: Fix typo
authorMichael Tremer <michael.tremer@ipfire.org>
Sat, 10 Aug 2024 12:27:01 +0000 (12:27 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Sat, 10 Aug 2024 12:27:01 +0000 (12:27 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/cli/pakfire-daemon.c

index 788f8f5a5f6c0590bc325ed4cd3f66d27943038e..85763de20b92b8307755c687f5da23902ff71418 100644 (file)
@@ -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;