diff --git a/config.cc b/config.cc index 056c3292..d0a92fbb 100644 --- a/config.cc +++ b/config.cc @@ -203,7 +203,7 @@ void config_t::process_options(const std::string& command, else if (command == "E") { display_predicate = "t"; } - else if (command == "r") { + else if (command == "r" && ! show_empty) { display_predicate = "a"; } }