diff options
author | John Wiegley <johnw@newartisans.com> | 2009-06-18 01:48:01 +0100 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2009-06-18 01:49:49 +0100 |
commit | 1fd4387b678782f2ed90484d36f8980b64d58aa3 (patch) | |
tree | 55dd6deb43c90f873e751ff4318e674648221649 /src/report.h | |
parent | 47d237e18b7902f54ec36ff359ae6e6d0738c67e (diff) | |
download | ledger-1fd4387b678782f2ed90484d36f8980b64d58aa3.tar.gz ledger-1fd4387b678782f2ed90484d36f8980b64d58aa3.tar.bz2 ledger-1fd4387b678782f2ed90484d36f8980b64d58aa3.zip |
Restored pricesdb command and --pricesdb-format option
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 d48b5a78..89304d31 100644 --- a/src/report.h +++ b/src/report.h @@ -626,7 +626,7 @@ public: OPTION__(report_t, pricesdb_format_, CTOR(report_t, pricesdb_format_) { on(none, - "P %[%Y/%m/%d %H:%M:%S] %A %t\n"); + "P %(datetime) %(account) %(scrub(display_amount))\n"); }); OPTION__(report_t, print_format_, CTOR(report_t, print_format_) { |