diff options
author | John Wiegley <johnw@newartisans.com> | 2010-06-01 17:44:28 -0400 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2010-06-01 17:56:41 -0400 |
commit | 038c24357e85b3b33460f3b8d41b1ef4ab0ed901 (patch) | |
tree | 1c0b5770843a7dae763f5f0264219a060e34fb96 /src/session.cc | |
parent | d513c71236b3e91bb999158829250e7194a9d56e (diff) | |
download | fork-ledger-038c24357e85b3b33460f3b8d41b1ef4ab0ed901.tar.gz fork-ledger-038c24357e85b3b33460f3b8d41b1ef4ab0ed901.tar.bz2 fork-ledger-038c24357e85b3b33460f3b8d41b1ef4ab0ed901.zip |
Changed --european option to --decimal-comma
Fixes #211 / 1736ACA5-5DE6-4826-AEB4-DB5B2A2217AC
Diffstat (limited to 'src/session.cc')
-rw-r--r-- | src/session.cc | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/session.cc b/src/session.cc index 8e5536b0..f8befde4 100644 --- a/src/session.cc +++ b/src/session.cc @@ -196,9 +196,7 @@ option_t<session_t> * session_t::lookup_option(const char * p) break; case 'd': OPT(download); // -Q - break; - case 'e': - OPT(european); + else OPT(decimal_comma); break; case 'f': OPT_(file_); // -f |