diff options
Diffstat (limited to 'src/report.h')
-rw-r--r-- | src/report.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/report.h b/src/report.h index a8f048d3..55c37b22 100644 --- a/src/report.h +++ b/src/report.h @@ -304,7 +304,7 @@ public: OPTION_(report_t, depth_, DO_(scope) { interactive_t args(scope, "l"); - parent->HANDLER(limit_).on(string("depth<=") + args.get<string>(0)); + parent->HANDLER(display_).on(string("depth<=") + args.get<string>(0)); }); OPTION_(report_t, deviation, DO() { // -D |