Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
- Typos
  • Loading branch information
jelen07 authored and tg666 committed Jul 30, 2023
1 parent 37d5e62 commit 78cbeb4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

## Usage

To synchronize your Toggl entries into Jira simple run:
To synchronize your Toggl entries into Jira simply run:

```bash
$ docker run --rm \
Expand Down Expand Up @@ -66,10 +66,10 @@ $ docker exec -it t2j-app bin/console sync --start <START_DATE> --end <END_DATE>
| `--start` | String | Accepts datetime strings - absolute or relative, default: `yesterday` |
| `--end` | String | Accepts datetime strings - absolute or relative, default: `yesterday` |
| `--group-by-day` | Boolean | Group all daily entries into one (per issue) |
| `--append` | Boolean | All entries will be added without creating a diff. Will cause duplicates if the command is run multiple times for the same day |
| `--append` | Boolean | All entries will be added without creating a diff. Will cause duplicates if the command is run multiple times on the same day |
| `--rounding` | Integer | All entries will be rounded to up the given minutes [2-60] |
| `--issue` | String | Issue code to be synchronized. Multiple values can be declared. If the option is omitted then all entries are synchronized |
| `--dry-run` | Boolean | Displays only change set and summary tables but does not synchronize anything |
| `--dry-run` | Boolean | Displays only change set and summary tables but do not synchronize anything |
| `-n`, `--no-interaction` | Boolean | Do not ask any interactive question, suitable for scheduled commands, etc. |

## Description format
Expand Down

0 comments on commit 78cbeb4

Please sign in to comment.