]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/cgls/cgls.c
tree-wide: merge pager_open_if_enabled() to the pager_open()
[thirdparty/systemd.git] / src / cgls / cgls.c
index b839fadd047af917964d7bc5b7177cb0cfceaeeb..d6fb10cac550e39174bfce0bd731fa7648dedc0b 100644 (file)
@@ -184,7 +184,7 @@ int main(int argc, char *argv[]) {
                 goto finish;
 
         if (!arg_no_pager) {
-                r = pager_open(false);
+                r = pager_open(arg_no_pager, false);
                 if (r > 0 && arg_full < 0)
                         arg_full = true;
         }