Skip to content

Commit 6b3e282

Browse files
committed
update: include --no-dom-check
1 parent 4cc9739 commit 6b3e282

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

book/src/usage/basics-and-system-settings.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,10 +96,10 @@ As you can see, it suggests me to run `cutler apply`. Running the suggested comm
9696

9797
## Risky Operations
9898

99-
If you would like to write non-existent domains (create them) using cutler, use the `--no-check` flag:
99+
If you would like to write non-existent domains (create them) using cutler, use the `--no-dom-check` flag:
100100

101101
```sh
102-
cutler apply --no-check
102+
cutler apply --no-dom-check
103103
```
104104

105105
This will disable the "Domain does not exist" error which happens when cutler's backend does not recognize a domain.

0 commit comments

Comments
 (0)