summaryrefslogtreecommitdiff
path: root/config.cc
diff options
context:
space:
mode:
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.