(process_options): Show all register entries, even those with null
value, if -E is used.
This commit is contained in:
parent
c94210f5c5
commit
a4d4c1af8b
1 changed files with 1 additions and 1 deletions
|
|
@ -203,7 +203,7 @@ void config_t::process_options(const std::string& command,
|
||||||
else if (command == "E") {
|
else if (command == "E") {
|
||||||
display_predicate = "t";
|
display_predicate = "t";
|
||||||
}
|
}
|
||||||
else if (command == "r") {
|
else if (command == "r" && ! show_empty) {
|
||||||
display_predicate = "a";
|
display_predicate = "a";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue