diff options
author | John Wiegley <johnw@newartisans.com> | 2009-02-21 00:12:22 -0400 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2009-02-21 00:12:22 -0400 |
commit | 23725ffafbbe1d4463f9cfd805f4f59f4c8a2591 (patch) | |
tree | e28681157228a09d0bf729edb1100591e93d052e /src/report.cc | |
parent | 3c18d3054f36dec049809cbf3321eeeeadcf2349 (diff) | |
download | ledger-23725ffafbbe1d4463f9cfd805f4f59f4c8a2591.tar.gz ledger-23725ffafbbe1d4463f9cfd805f4f59f4c8a2591.tar.bz2 ledger-23725ffafbbe1d4463f9cfd805f4f59f4c8a2591.zip |
Restored --forecast, now also --forecast-while
Diffstat (limited to 'src/report.cc')
-rw-r--r-- | src/report.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/report.cc b/src/report.cc index 877e6bbb..ce63101b 100644 --- a/src/report.cc +++ b/src/report.cc @@ -371,7 +371,7 @@ option_t<report_t> * report_t::lookup_option(const char * p) break; case 'f': OPT(flat); - else OPT(forecast_); + else OPT_ALT(forecast_while_, forecast_); else OPT(format_); else OPT_ALT(head_, first_); break; |