From 74e13670d02c58bce27613308242bc25fcafc4ee Mon Sep 17 00:00:00 2001 From: Federico Hernandez Date: Tue, 8 Jun 2010 23:13:38 +0200 Subject: [PATCH] Added msg to 'task show' when no config variables are matched --- src/command.cpp | 1 + 1 file changed, 1 insertion(+) 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.