summaryrefslogtreecommitdiff
path: root/src/report.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/report.cc')
-rw-r--r--src/report.cc4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/report.cc b/src/report.cc
index 59286a91..771e1950 100644
--- a/src/report.cc
+++ b/src/report.cc
@@ -470,7 +470,9 @@ option_t<report_t> * report_t::lookup_option(const char * p)
else OPT(revalued_only);
break;
case 's':
- OPT(set_price_);
+ OPT(set_account_);
+ else OPT(set_payee_);
+ else OPT(set_price_);
else OPT(sort_);
else OPT(sort_all_);
else OPT(sort_entries_);