diff options
author | John Wiegley <johnw@newartisans.com> | 2006-04-05 02:35:48 +0000 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2008-04-13 02:41:32 -0400 |
commit | 2982e637c2e13dd1c94730aad09cea85df80649a (patch) | |
tree | 61ffcd99144064bcdc8d57878e54f8cda0c5d3d8 /option.cc | |
parent | f9b874e1cbbbf8f64699379009e70d849da1fcf1 (diff) | |
download | ledger-2982e637c2e13dd1c94730aad09cea85df80649a.tar.gz ledger-2982e637c2e13dd1c94730aad09cea85df80649a.tar.bz2 ledger-2982e637c2e13dd1c94730aad09cea85df80649a.zip |
*** empty log message ***
Diffstat (limited to 'option.cc')
-rw-r--r-- | option.cc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -976,6 +976,7 @@ option_t config_options[CONFIG_OPTIONS_SIZE] = { { "code-as-payee", '\0', false, opt_code_as_payee, false }, { "collapse", 'n', false, opt_collapse, false }, { "comm-as-payee", 'x', false, opt_comm_as_payee, false }, + { "cost", '\0', false, opt_basis, false }, { "csv-register-format", '\0', true, opt_csv_register_format, false }, { "current", 'c', false, opt_current, false }, { "daily", '\0', false, opt_daily, false }, |