mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-07-07 20:06:39 +02:00
helper: Renamed initilizeFilterFromCLI to createFilterFromCLI and changeѕ usage
This commit is contained in:
parent
c14f219a8d
commit
23c7e420b5
3 changed files with 3 additions and 3 deletions
|
@ -36,7 +36,7 @@ int CmdTrack (
|
|||
Database& database)
|
||||
{
|
||||
// Set up a filter based on the command line.
|
||||
auto filter = initializeFilterFromCLI (cli);
|
||||
auto filter = createFilterFromCLI (cli);
|
||||
|
||||
// TODO Add new interval.
|
||||
Interval tracked;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue