mirror of
https://github.com/systemd/systemd.git
synced 2025-03-31 14:50:15 +03:00
systemctl: autopage always if systemctl status is invoked without args
This commit is contained in:
parent
ea6c2dd1f8
commit
c3441de061
@ -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;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user