From: Evgeny Vereshchagin Date: Tue, 13 Oct 2015 06:01:37 +0000 (+0300) Subject: journalctl: open pager for --dump-catalog and --list-catalog X-Git-Tag: v228~212^2~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=dd598123a9f9416c9b8fd5f4ef60b77574750941;p=thirdparty%2Fsystemd.git journalctl: open pager for --dump-catalog and --list-catalog --- diff --git a/src/journal/journalctl.c b/src/journal/journalctl.c index d9851db36cb..3cc5b1e7025 100644 --- a/src/journal/journalctl.c +++ b/src/journal/journalctl.c @@ -1879,6 +1879,7 @@ int main(int argc, char *argv[]) { } else { bool oneline = arg_action == ACTION_LIST_CATALOG; + pager_open_if_enabled(); if (optind < argc) r = catalog_list_items(stdout, database, oneline, argv + optind);