Skip to content

Commit 4af4602

Browse files
behrmannbluca
authored andcommitted
systemct: show all in output of systemctl clean --what=help
(cherry picked from commit 68b6289) (cherry picked from commit f9e68aa2b5dd14e0be29d13ea0c45f50bfe6b986) (cherry picked from commit bf275c73ee0e4293d710b90d467f693eb7d3581b)
1 parent 8ea5a0b commit 4af4602

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/systemctl/systemctl.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -945,7 +945,8 @@ static int systemctl_parse_argv(int argc, char *argv[]) {
945945
"cache\n"
946946
"logs\n"
947947
"configuration\n"
948-
"fdstore");
948+
"fdstore\n"
949+
"all");
949950
return 0;
950951
}
951952

0 commit comments

Comments
 (0)