From be71b0f1d08834f250ebbeb50337a7febeb5c45b Mon Sep 17 00:00:00 2001 From: Moul Date: Wed, 24 Feb 2016 11:59:47 +0100 Subject: [PATCH] [fix] ttl: fixes. --- data/actionsmap/yunohost.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data/actionsmap/yunohost.yml b/data/actionsmap/yunohost.yml index 7261aa989..fe74df202 100644 --- a/data/actionsmap/yunohost.yml +++ b/data/actionsmap/yunohost.yml @@ -304,9 +304,9 @@ domain: help: Target domain -t: 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: - pattern: &pattern_ttl + pattern: - !!str ^[0-9]+$ - "pattern_number"