mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-07-07 20:06:39 +02:00
CmdGaps: Improved feedback when no gaps are found
This commit is contained in:
parent
2e314b5809
commit
1025363ddc
1 changed files with 1 additions and 1 deletions
|
@ -104,7 +104,7 @@ int CmdGaps (
|
||||||
<< table.render ()
|
<< table.render ()
|
||||||
<< '\n';
|
<< '\n';
|
||||||
else
|
else
|
||||||
std::cout << "No filtered data found.\n";
|
std::cout << "No gaps found.\n";
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue