]> git.ipfire.org Git - pakfire.git/commitdiff
cli: clean: Make doc string static
authorMichael Tremer <michael.tremer@ipfire.org>
Sun, 15 Oct 2023 11:30:21 +0000 (11:30 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Sun, 15 Oct 2023 11:30:21 +0000 (11:30 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/cli/lib/clean.c

index 6d63747a57c2988248bbaad12f1680d106040287..5fc6f67c0129d1189a4d3d92f797b1f95b2dd26a 100644 (file)
@@ -24,7 +24,7 @@
 #include "command.h"
 #include "pakfire.h"
 
-const char* doc = "Removes any temporary files required or left over by"
+static const char* doc = "Removes any temporary files required or left over by"
        " previous builds.";
 
 int cli_clean(void* data, int argc, char* argv[]) {