Bug #677
- _query incorrectly displayed 'No tasks specified.' message when 'No matches' message is more appropriate
This commit is contained in:
@@ -592,7 +592,7 @@ int handleQuery (std::string& outs)
|
|||||||
|
|
||||||
if (tasks.size () == 0)
|
if (tasks.size () == 0)
|
||||||
{
|
{
|
||||||
std::cout << "No tasks specified.\n";
|
std::cout << "No matches.\n";
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user