CmdGaps: Improved feedback when no gaps are found

This commit is contained in:
Paul Beckingham 2016-05-28 13:25:34 -04:00
parent 2e314b5809
commit 1025363ddc

View file

@ -104,7 +104,7 @@ int CmdGaps (
<< table.render ()
<< '\n';
else
std::cout << "No filtered data found.\n";
std::cout << "No gaps found.\n";
return 0;
}