diff options
author | John Wiegley <johnw@newartisans.com> | 2009-02-22 02:10:07 -0400 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2009-02-22 04:51:11 -0400 |
commit | 3e543d187cc7ae39fe7654ce241ca9b5039ada3c (patch) | |
tree | bbf91946411dfde2561ce420cbd0398575c7b9cb /src/report.cc | |
parent | 2d56d9bc3a99b3a9bf94363d16bd92b191677855 (diff) | |
download | ledger-3e543d187cc7ae39fe7654ce241ca9b5039ada3c.tar.gz ledger-3e543d187cc7ae39fe7654ce241ca9b5039ada3c.tar.bz2 ledger-3e543d187cc7ae39fe7654ce241ca9b5039ada3c.zip |
Changed --colors to --color, to match Git
Diffstat (limited to 'src/report.cc')
-rw-r--r-- | src/report.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/report.cc b/src/report.cc index afd8cc11..ea2c2bae 100644 --- a/src/report.cc +++ b/src/report.cc @@ -356,7 +356,7 @@ option_t<report_t> * report_t::lookup_option(const char * p) else OPT(amount_); else OPT(amount_data); else OPT(anon); - else OPT_ALT(colors, ansi); + else OPT_ALT(color, ansi); else OPT(average); else OPT(account_width_); else OPT(amount_width_); @@ -378,7 +378,7 @@ option_t<report_t> * report_t::lookup_option(const char * p) else OPT_ALT(comm_as_account, commodity_as_account); else OPT(collapse); else OPT(collapse_if_zero); - else OPT(colors); + else OPT(color); else OPT(columns_); else OPT_ALT(basis, cost); else OPT_(current); |