From: Jörg Behrmann Date: Tue, 13 May 2025 15:21:02 +0000 (+0200) Subject: systemct: show all in output of systemctl clean --what=help X-Git-Tag: v258-rc1~631^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F37418%2Fhead;p=thirdparty%2Fsystemd.git systemct: show all in output of systemctl clean --what=help --- diff --git a/src/systemctl/systemctl.c b/src/systemctl/systemctl.c index 55fa386e7a4..cf7f00b1c2a 100644 --- a/src/systemctl/systemctl.c +++ b/src/systemctl/systemctl.c @@ -975,7 +975,8 @@ static int systemctl_parse_argv(int argc, char *argv[]) { "cache\n" "logs\n" "configuration\n" - "fdstore"); + "fdstore\n" + "all"); return 0; }