diff --git a/src/command.cpp b/src/command.cpp index e4a0f14f2..27f028dce 100644 --- a/src/command.cpp +++ b/src/command.cpp @@ -728,6 +728,7 @@ int handleShow (std::string &outs) out << std::endl << table.render () + << (table.rowCount () == 0 ? "No matching configuration variables\n" : "") << std::endl; // Display the unrecognized variables.