summaryrefslogtreecommitdiffstats
path: root/ansible_collections/community/general/plugins/modules/pushbullet.py
diff options
context:
space:
mode:
Diffstat (limited to 'ansible_collections/community/general/plugins/modules/pushbullet.py')
-rw-r--r--ansible_collections/community/general/plugins/modules/pushbullet.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ansible_collections/community/general/plugins/modules/pushbullet.py b/ansible_collections/community/general/plugins/modules/pushbullet.py
index c7e20c373..673f30cc3 100644
--- a/ansible_collections/community/general/plugins/modules/pushbullet.py
+++ b/ansible_collections/community/general/plugins/modules/pushbullet.py
@@ -59,7 +59,7 @@ options:
url:
type: str
description:
- - URL field, used when I(push_type) is C(link).
+ - URL field, used when O(push_type=link).
notes:
- Requires pushbullet.py Python package on the remote host.