Fix grammar and clarify 'list' description for ABE (#44271)
Grammar on the description for option 'list' was grammatically incorrect. Also suggest to add wording that clarifies that 'list' is indeed Access-Based Enumeration. +label: docsite_pr
This commit is contained in:
parent
2556098479
commit
a9cf4d58bf
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue