systemctl: autopage always if systemctl status is invoked without args

This commit is contained in:
Lennart Poettering 2014-03-13 03:58:56 +01:00
parent ea6c2dd1f8
commit c3441de061

View file

@ -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;