chiark / gitweb /
pager: introduce "jump to end" option
[elogind.git] / src / systemctl / systemctl.c
index 72e9c5539b13d53b75719f954f17ee1c2d9cef14..4a55c566eca136fe9b1fcc62199eb589b37aacb5 100644 (file)
@@ -136,7 +136,7 @@ static void pager_open_if_enabled(void) {
         if (arg_no_pager)
                 return;
 
         if (arg_no_pager)
                 return;
 
-        pager_open();
+        pager_open(false);
 }
 
 static void ask_password_agent_open_if_enabled(void) {
 }
 
 static void ask_password_agent_open_if_enabled(void) {