Skip to content

Commit d8a667a

Browse files
committed
docs: update outdated copier update --force examples
1 parent 00e51bd commit d8a667a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/configuring.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -848,7 +848,7 @@ The CLI option can be passed several times to add several patterns.
848848
### `force`
849849

850850
- Format: `bool`
851-
- CLI flags: `-f`, `--force`
851+
- CLI flags: `-f`, `--force` (N/A in `copier update`)
852852
- Default value: `False`
853853

854854
Overwrite files that already exist, without asking.

docs/updating.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -87,14 +87,14 @@ repos:
8787
If you want to just reuse all previous answers:
8888

8989
```shell
90-
copier update --force
90+
copier update --defaults
9191
```
9292

9393
If you want to change just one question, and leave all others untouched, and don't want
9494
to go through the whole questionary again:
9595

9696
```shell
97-
copier update --force --data updated_question="my new answer"
97+
copier update --defaults --data updated_question="my new answer"
9898
```
9999

100100
## How the update works

0 commit comments

Comments
 (0)