X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=src%2Fsystemctl%2Fsystemctl.c;h=254ca10c4fff75ee94a11591a378e475aef0ac15;hp=21bf51bb3eb30617751f0d8afb5bcc54cd01cab7;hb=c3441de0613490a1f29d5f1fd0856e07e7c90b49;hpb=ea6c2dd1f819c3d481fc590849809aeb552c1d48 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;