chiark / gitweb /
pager: introduce "jump to end" option
[elogind.git] / src / timedate / timedatectl.c
index f5b5f0ca84e9accc702b1a4f8e4164de42ee8bd2..ef2ea0830006bfd1cfee75fb4745a008ebe5a5f5 100644 (file)
@@ -51,7 +51,7 @@ static void pager_open_if_enabled(void) {
         if (arg_no_pager)
                 return;
 
-        pager_open();
+        pager_open(false);
 }
 
 static void polkit_agent_open_if_enabled(void) {