Added stub for --pending report flag.
This commit is contained in:
parent
7594639581
commit
f7f5ed3d0f
2 changed files with 2 additions and 0 deletions
|
|
@ -440,6 +440,7 @@ option_t<report_t> * report_t::lookup_option(const char * p)
|
||||||
break;
|
break;
|
||||||
case 'p':
|
case 'p':
|
||||||
OPT(pager_);
|
OPT(pager_);
|
||||||
|
else OPT(pending);
|
||||||
else OPT(percentage);
|
else OPT(percentage);
|
||||||
else OPT(performance);
|
else OPT(performance);
|
||||||
else OPT_(period_);
|
else OPT_(period_);
|
||||||
|
|
|
||||||
|
|
@ -290,6 +290,7 @@ public:
|
||||||
|
|
||||||
OPTION(report_t, output_); // -o
|
OPTION(report_t, output_); // -o
|
||||||
OPTION(report_t, pager_);
|
OPTION(report_t, pager_);
|
||||||
|
OPTION(report_t, pending);
|
||||||
OPTION(report_t, percentage); // -%
|
OPTION(report_t, percentage); // -%
|
||||||
OPTION(report_t, performance); // -g
|
OPTION(report_t, performance); // -g
|
||||||
OPTION(report_t, period_); // -p
|
OPTION(report_t, period_); // -p
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue