summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/systemctl/systemctl.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/systemctl/systemctl.c b/src/systemctl/systemctl.c
index 21bf51bb3e..254ca10c4f 100644
--- a/src/systemctl/systemctl.c
+++ b/src/systemctl/systemctl.c
@@ -4154,9 +4154,7 @@ static int show(sd_bus *bus, char **args) {
if (show_status && strv_length(args) <= 1) {
- if (arg_all)
- pager_open_if_enabled();
-
+ pager_open_if_enabled();
show_system_status(bus);
new_line = true;