summaryrefslogtreecommitdiff
path: root/src/systemctl
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2016-06-15 08:21:15 -0400
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2016-06-15 09:44:07 -0400
commit193edd61c30fab64662578f25d8cb9122c89c672 (patch)
tree40c7a2f1561d35df17e1349fc6f919bacf6e2b63 /src/systemctl
parent77d4acf332abd24025f31455f492fa83d97cb2e1 (diff)
systemctl: do not open pager twice
Second attempt had no effect anyway.
Diffstat (limited to 'src/systemctl')
-rw-r--r--src/systemctl/systemctl.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/systemctl/systemctl.c b/src/systemctl/systemctl.c
index feb93cad8e..862eb17082 100644
--- a/src/systemctl/systemctl.c
+++ b/src/systemctl/systemctl.c
@@ -4872,7 +4872,6 @@ static int show(int argc, char *argv[], void *userdata) {
if (show_status && argc <= 1) {
- pager_open(arg_no_pager, false);
show_system_status(bus);
new_line = true;