From: Michael Tremer Date: Sun, 15 Oct 2023 11:30:21 +0000 (+0000) Subject: cli: clean: Make doc string static X-Git-Tag: 0.9.30~1516 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=425d9c1f0fd3e1a915b76c71ff5f7af333e4aee7;p=pakfire.git cli: clean: Make doc string static Signed-off-by: Michael Tremer --- diff --git a/src/cli/lib/clean.c b/src/cli/lib/clean.c index 6d63747a5..5fc6f67c0 100644 --- a/src/cli/lib/clean.c +++ b/src/cli/lib/clean.c @@ -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[]) {