diff options
author | John Wiegley <johnw@newartisans.com> | 2009-02-06 23:38:12 -0400 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2009-02-06 23:38:12 -0400 |
commit | c1bf4bdf69d2a0c2795cb5d44f13bc0bd3b16d8e (patch) | |
tree | ef59e8b46802ecbedcbd5b415643cf017e49ad5d /src/report.h | |
parent | aea84dd9c5b7c28610e67d8f29554ce109f63dad (diff) | |
download | fork-ledger-c1bf4bdf69d2a0c2795cb5d44f13bc0bd3b16d8e.tar.gz fork-ledger-c1bf4bdf69d2a0c2795cb5d44f13bc0bd3b16d8e.tar.bz2 fork-ledger-c1bf4bdf69d2a0c2795cb5d44f13bc0bd3b16d8e.zip |
Moved the --abbrev-len option to report_t.
Diffstat (limited to 'src/report.h')
-rw-r--r-- | src/report.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/report.h b/src/report.h index edc3a838..5ab6c47c 100644 --- a/src/report.h +++ b/src/report.h @@ -152,6 +152,7 @@ public: * Option handlers */ + OPTION(report_t, abbrev_len_); OPTION(report_t, account_); OPTION(report_t, actual); // -L OPTION(report_t, add_budget); |