Skip to content

Commit d3fefd2

Browse files
authored
improve output
1 parent c0639c6 commit d3fefd2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

dnsapi/dns_nanelo.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ NANELO_API="https://api.nanelo.com/v1/"
99

1010
######## Public functions #####################
1111

12-
#Usage: add _acme-challenge.www.domain.com "XKrxpRBosdIKFzxW_CT3KLZNf6q0HG9i01zxXp5CPBs"
12+
# Usage: add _acme-challenge.www.domain.com "XKrxpRBosdIKFzxW_CT3KLZNf6q0HG9i01zxXp5CPBs"
1313
dns_nanelo_add() {
1414
fulldomain=$1
1515
txtvalue=$2
@@ -29,7 +29,7 @@ dns_nanelo_add() {
2929
if _contains "${response}" 'success'; then
3030
return 0
3131
fi
32-
_err "Could not create resource record, check logs"
32+
_err "Could not create resource record, please check the logs"
3333
_err "${response}"
3434
return 1
3535
}
@@ -53,7 +53,7 @@ dns_nanelo_rm() {
5353
if _contains "${response}" 'success'; then
5454
return 0
5555
fi
56-
_err "Could not delete resource record, check logs"
56+
_err "Could not delete resource record, please check the logs"
5757
_err "${response}"
5858
return 1
5959
}

0 commit comments

Comments
 (0)