summaryrefslogtreecommitdiff
path: root/config.cc
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2005-02-09 11:50:31 +0000
committerJohn Wiegley <johnw@newartisans.com>2008-04-13 02:40:56 -0400
commit4ca26fbd73e2619d7de75363b294163a16832982 (patch)
tree7244d63f3051ee3ecd1060c57d4f04c9dc8c8fe8 /config.cc
parent8f373c049cf0e00508551539cd498fcfce6abc94 (diff)
downloadfork-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.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.cc b/config.cc
index 8bdbc4e1..34dc4840 100644
--- a/config.cc
+++ b/config.cc
@@ -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.