From c3441de0613490a1f29d5f1fd0856e07e7c90b49 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Thu, 13 Mar 2014 03:58:56 +0100 Subject: [PATCH] systemctl: autopage always if systemctl status is invoked without args --- src/systemctl/systemctl.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/systemctl/systemctl.c b/src/systemctl/systemctl.c index 21bf51bb3..254ca10c4 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; -- 2.30.2