fix: commit dns_list_record_help function

This commit is contained in:
2024-11-09 21:45:10 +01:00
parent 9fb69ee568
commit 6ece65cd55

View File

@@ -883,6 +883,16 @@ function dns_list_record {
echo $(request "$URL" "$PAYLOAD")
}
function dns_list_record_help {
echo "Usage: $0 $HANDLE_DNS $HANDLE_DNS_LIST $DNS_LIST_RECORD [OPTIONS]"
echo
echo "Options:"
echo " $PARAM_DOMAIN_SHORT, $PARAM_DOMAIN"
echo " The domain to list records from."
echo " $PARAM_ID_SHORT, $PARAM_ID (optional)"
echo " The ID of the record."
}
# endregion
###################################################