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.h | |
parent | 3c18d3054f36dec049809cbf3321eeeeadcf2349 (diff) | |
download | fork-ledger-23725ffafbbe1d4463f9cfd805f4f59f4c8a2591.tar.gz fork-ledger-23725ffafbbe1d4463f9cfd805f4f59f4c8a2591.tar.bz2 fork-ledger-23725ffafbbe1d4463f9cfd805f4f59f4c8a2591.zip |
Restored --forecast, now also --forecast-while
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 991d60ba..53bddaae 100644 --- a/src/report.h +++ b/src/report.h @@ -372,7 +372,7 @@ public: OPTION(report_t, equity); OPTION(report_t, flat); - OPTION(report_t, forecast_); + OPTION(report_t, forecast_while_); OPTION(report_t, format_); // -F OPTION(report_t, gain); // -G OPTION(report_t, head_); |