Skip to content

Commit 06abdeb

Browse files
committed
zone: Update docs
1 parent 86d1456 commit 06abdeb

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

bin/dns/zone/create/examples.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@
77
# Create zone and probe current DNS nameserver to guess DNS records
88

99
```bash
10-
h1 dns zone create --zone 'my-domain.tld' --type public --dns-probing
10+
{{command_name}} --zone 'my-domain.tld' --type public --dns-probing
1111
```

docs/dns.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ h1 dns zone create --name my-domain.tld --type public
141141
#### Create zone and probe current DNS nameserver to guess DNS records
142142

143143
```bash
144-
h1 dns zone import --zone 'my-domain.tld' --nameserver 8.8.8.8
144+
h1 dns zone create --zone 'my-domain.tld' --type public --dns-probing
145145
```
146146

147147
### Required arguments

0 commit comments

Comments
 (0)