diff --git a/plugins/modules/net_tools/ipwcli_dns.py b/plugins/modules/net_tools/ipwcli_dns.py index 53451f9b63..8f3b0d1664 100644 --- a/plugins/modules/net_tools/ipwcli_dns.py +++ b/plugins/modules/net_tools/ipwcli_dns.py @@ -45,7 +45,7 @@ options: address: description: - The IP address for the A or AAAA record. - - Required for C(type=A) or C(type=AAAA) + - Required for I(type=A) or I(type=AAAA). type: str ttl: description: @@ -71,38 +71,38 @@ options: port: description: - Sets the port of the SRV record. - - Required for C(type=SRV) + - Required for I(type=SRV). type: int target: description: - Sets the target of the SRV record. - - Required for C(type=SRV) + - Required for I(type=SRV). type: str order: description: - Sets the order of the NAPTR record. - - Required for C(type=NAPTR) + - Required for I(type=NAPTR). type: int preference: description: - Sets the preference of the NAPTR record. - - Required for C(type=NAPTR) + - Required for I(type=NAPTR). type: int flags: description: - Sets one of the possible flags of NAPTR record. - - Required for C(type=NAPTR) + - Required for I(type=NAPTR). type: str choices: ['S', 'A', 'U', 'P'] service: description: - Sets the service of the NAPTR record. - - Required for C(type=NAPTR) + - Required for I(type=NAPTR). type: str replacement: description: - Sets the replacement of the NAPTR record. - - Required for C(type=NAPTR) + - Required for I(type=NAPTR). type: str username: description: