summaryrefslogtreecommitdiffstats
path: root/dehydrated/bin/dehydrated-nsupdate
diff options
context:
space:
mode:
Diffstat (limited to 'dehydrated/bin/dehydrated-nsupdate')
-rwxr-xr-xdehydrated/bin/dehydrated-nsupdate4
1 files changed, 2 insertions, 2 deletions
diff --git a/dehydrated/bin/dehydrated-nsupdate b/dehydrated/bin/dehydrated-nsupdate
index d59e5ff..922ee5c 100755
--- a/dehydrated/bin/dehydrated-nsupdate
+++ b/dehydrated/bin/dehydrated-nsupdate
@@ -51,7 +51,7 @@ then
# bind-dnsutils
DIG_VARIANT="bind"
else
- echo "'${HOOK}': need dig from bind-dnsutils or knot-dnsutils" >&2
+ echo "'${HOOK}': need dig from bind-dnsutils or kdig from knot-dnsutils" >&2
exit 1
fi
@@ -75,7 +75,7 @@ then
# bind-dnsutils
NSUPDATE_VARIANT="bind"
else
- echo "'${HOOK}': need nsupdate from bind-dnsutils or knot-dnsutils" >&2
+ echo "'${HOOK}': need nsupdate from bind-dnsutils or knsupdate from knot-dnsutils" >&2
exit 1
fi