Skip to content

Commit

Permalink
docs: remove mention of ch before flag
Browse files Browse the repository at this point in the history
  • Loading branch information
rzmk committed Nov 29, 2023
1 parent 56d33cc commit 7bc9aac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,15 @@ ch -a

### `--dry-run` or `-d`

If you want to do a dry run without actually adding or committing, use the `ch -d` or `ch --dry-run` flag.
If you want to do a dry run without actually adding or committing, use the `-d` or `--dry-run` flag.

```bash
ch -d
```

### `--debug`

If you want to see the debug output, use the `ch --debug` flag.
If you want to see the debug output, use the `--debug` flag.

```bash
ch --debug
Expand Down

0 comments on commit 7bc9aac

Please sign in to comment.