Skip to content

Commit 4ea437a

Browse files
committed
Use correct names, avoid aliases.
1 parent a010639 commit 4ea437a

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

plugins/doc_fragments/hosttech.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ class ModuleDocFragment(object):
3232
description:
3333
- The password for the Hosttech API user.
3434
- Mutually exclusive with O(hosttech_username) and O(hosttech_password).
35-
- Since community.dns 1.2.0, the alias O(api_token) can be used.
35+
- Since community.dns 1.2.0, the alias O(ignore:api_token) can be used.
3636
aliases:
3737
- api_token
3838
type: str

plugins/doc_fragments/module_record_info.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ class ModuleDocFragment(object):
2727
zone_name:
2828
description:
2929
- The DNS zone to modify.
30-
- Exactly one of O(zone) and O(zone_id) must be specified.
30+
- Exactly one of O(zone_name) and O(zone_id) must be specified.
3131
type: str
3232
aliases:
3333
- zone

plugins/doc_fragments/module_record_set_info.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ class ModuleDocFragment(object):
2727
zone_name:
2828
description:
2929
- The DNS zone to modify.
30-
- Exactly one of O(zone) and O(zone_id) must be specified.
30+
- Exactly one of O(zone_name) and O(zone_id) must be specified.
3131
type: str
3232
aliases:
3333
- zone

plugins/doc_fragments/module_record_sets.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ class ModuleDocFragment(object):
3434
- Exactly one of O(zone_name) and O(zone_id) must be specified.
3535
prune:
3636
description:
37-
- If set to V(true), will remove all existing records in the zone that are not listed in O(records).
37+
- If set to V(true), will remove all existing records in the zone that are not listed in O(record_sets).
3838
type: bool
3939
default: false
4040
record_sets:

0 commit comments

Comments
 (0)