diff options
author | John Wiegley <johnw@newartisans.com> | 2005-02-09 11:50:31 +0000 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2008-04-13 02:40:56 -0400 |
commit | 4ca26fbd73e2619d7de75363b294163a16832982 (patch) | |
tree | 7244d63f3051ee3ecd1060c57d4f04c9dc8c8fe8 /config.cc | |
parent | 8f373c049cf0e00508551539cd498fcfce6abc94 (diff) | |
download | fork-ledger-4ca26fbd73e2619d7de75363b294163a16832982.tar.gz fork-ledger-4ca26fbd73e2619d7de75363b294163a16832982.tar.bz2 fork-ledger-4ca26fbd73e2619d7de75363b294163a16832982.zip |
*** empty log message ***
Diffstat (limited to 'config.cc')
-rw-r--r-- | config.cc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -168,7 +168,7 @@ void config_t::process_options(const std::string& command, // Process remaining command-line arguments - if (command != "e" && command != "w") { + if (command != "e" && command != "w" && command != "R") { // Treat the remaining command-line arguments as regular // expressions, used for refining report results. |