diff --git a/src/commands/CmdGaps.cpp b/src/commands/CmdGaps.cpp index f306e076..bfbf3ec8 100644 --- a/src/commands/CmdGaps.cpp +++ b/src/commands/CmdGaps.cpp @@ -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; }