diff --git a/lib/ansible/modules/windows/win_share.py b/lib/ansible/modules/windows/win_share.py index 429b938e536..2f2af1b806d 100644 --- a/lib/ansible/modules/windows/win_share.py +++ b/lib/ansible/modules/windows/win_share.py @@ -41,7 +41,7 @@ options: - Share description. list: description: - - Specify whether to allow or deny file listing, in case user got no permission on share. + - Specify whether to allow or deny file listing, in case user has no permission on share. Also known as Access-Based Enumeration. type: bool default: 'no' read: