You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -90,5 +90,5 @@ go run main.go export --template template.tmpl
90
90
#### work for a specific time period
91
91
By default, the script will work with the current calendar month, but the start and end date can be configured with the `--start` and `--end` flags. The date format is `YYYY-MM-DD`.
92
92
93
-
#### limit by project
94
-
To limit the time entries to a specific project, use the `--project` flag with the name of the project. This flag can be used multiple times to include multiple projects.
93
+
#### filter by project
94
+
To get the time entries of a specific project, use the `--project` flag with the name of the project. This flag can be used multiple times to include multiple projects.
0 commit comments