mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
[fix] ttl: fixes.
This commit is contained in:
parent
3d779cfdf8
commit
be71b0f1d0
1 changed files with 2 additions and 2 deletions
|
@ -304,9 +304,9 @@ domain:
|
||||||
help: Target domain
|
help: Target domain
|
||||||
-t:
|
-t:
|
||||||
full: --ttl
|
full: --ttl
|
||||||
help: Time To Live (TTL) in second before DNS servers update. Default is 3600 second (i.e. 1 hour).
|
help: Time To Live (TTL) in second before DNS servers update. Default is 3600 seconds (i.e. 1 hour).
|
||||||
extra:
|
extra:
|
||||||
pattern: &pattern_ttl
|
pattern:
|
||||||
- !!str ^[0-9]+$
|
- !!str ^[0-9]+$
|
||||||
- "pattern_number"
|
- "pattern_number"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue