From: Lennart Poettering Date: Thu, 13 Mar 2014 02:58:56 +0000 (+0100) Subject: systemctl: autopage always if systemctl status is invoked without args X-Git-Tag: v212~189 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=c3441de0613490a1f29d5f1fd0856e07e7c90b49;p=elogind.git systemctl: autopage always if systemctl status is invoked without args --- 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;