diff options
author | John Wiegley <johnw@newartisans.com> | 2004-08-18 05:26:59 -0400 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2004-08-18 05:26:59 -0400 |
commit | e1086a304001671d5a51df54b442c29559eaea15 (patch) | |
tree | 10eddf5fbc741f99eda469a0b1a8bfc82ca96929 /config.h | |
parent | 8af33274fbb9cf0c9a4a452b77825ab6e519cf8d (diff) | |
download | fork-ledger-e1086a304001671d5a51df54b442c29559eaea15.tar.gz fork-ledger-e1086a304001671d5a51df54b442c29559eaea15.tar.bz2 fork-ledger-e1086a304001671d5a51df54b442c29559eaea15.zip |
added --help docs, and fixed some problems with balance reproting
Diffstat (limited to 'config.h')
-rw-r--r-- | config.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -32,8 +32,8 @@ struct config_t std::string value_expr; std::string total_expr; unsigned long pricing_leeway; - bool show_subtotals; - bool show_expanded; + bool show_collapsed; + bool show_subtotal; bool show_related; bool show_inverted; bool show_empty; |