summaryrefslogtreecommitdiff
path: root/src/report.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/report.cc')
-rw-r--r--src/report.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/report.cc b/src/report.cc
index 47e8d8c4..95e5fa93 100644
--- a/src/report.cc
+++ b/src/report.cc
@@ -436,7 +436,8 @@ option_t<report_t> * report_t::lookup_option(const char * p)
else OPT(quarterly);
break;
case 'r':
- OPT(real);
+ OPT(raw);
+ else OPT(real);
else OPT(register_format_);
else OPT_(related);
else OPT(related_all);