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 07b1d8b0..437f90e0 100644
--- a/config.cc
+++ b/config.cc
@@ -171,7 +171,7 @@ void config_t::process_options(const std::string& command,
// Process remaining command-line arguments
- if (command != "e" && command != "w") {
+ if (command != "e") {
// Treat the remaining command-line arguments as regular
// expressions, used for refining report results.