diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/report.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/report.h b/src/report.h index dc53cee7..0f01345c 100644 --- a/src/report.h +++ b/src/report.h @@ -691,7 +691,11 @@ public: }); OPTION(report_t, related); // -r - OPTION(report_t, related_all); + + OPTION_(report_t, related_all, DO() { + parent->HANDLER(related).on_only(string("--related-all")); + }); + OPTION(report_t, revalued); OPTION(report_t, revalued_only); |