file: clarify attributes usage in docs (#41780)

This commit is contained in:
Martin Krizek 2018-06-21 16:08:29 +02:00 committed by Sam Doran
parent 50fe5dc090
commit 2f60baa5e0

View file

@ -69,6 +69,7 @@ options:
description:
- Attributes the file or directory should have. To get supported flags look at the man page for I(chattr) on the target system.
This string should contain the attributes in the same order as the one displayed by I(lsattr).
- C(=) operator is assumed as default, otherwise C(+) or C(-) operators need to be included in the string.
aliases: ['attr']
version_added: "2.3"
"""