mirror of
https://github.com/rzmk/commit-helper.git
synced 2025-12-19 05:29:24 +00:00
docs: remove mention of ch before flag
This commit is contained in:
parent
56d33cc249
commit
7bc9aac560
1 changed files with 2 additions and 2 deletions
|
|
@ -30,7 +30,7 @@ ch -a
|
||||||
|
|
||||||
### `--dry-run` or `-d`
|
### `--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
|
```bash
|
||||||
ch -d
|
ch -d
|
||||||
|
|
@ -38,7 +38,7 @@ ch -d
|
||||||
|
|
||||||
### `--debug`
|
### `--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
|
```bash
|
||||||
ch --debug
|
ch --debug
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue