From e367cfd895790e573f91823acb8866d7d636e1b8 Mon Sep 17 00:00:00 2001 From: Martin Michlmayr Date: Mon, 12 May 2014 22:15:57 -0400 Subject: Recognize the --no-pager option MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Thanks to Johann Klähn. --- src/report.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'src/report.cc') diff --git a/src/report.cc b/src/report.cc index 9756b60b..e724feaa 100644 --- a/src/report.cc +++ b/src/report.cc @@ -1189,6 +1189,7 @@ option_t * report_t::lookup_option(const char * p) case 'n': OPT_CH(collapse); else OPT(no_color); + else OPT(no_pager); else OPT(no_rounding); else OPT(no_titles); else OPT(no_total); -- cgit v1.2.3