1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

Typo + rephrase (#22526)

This commit is contained in:
Pierre Templier 2017-03-11 10:51:59 +01:00 committed by jhawkesworth
parent 9ff03e6c1e
commit ea0bae6bca

View file

@ -74,8 +74,8 @@ options:
version_added: "2.2"
attributes:
description:
- Attributes of the file or directory should be. To get supported flags look at the man page for I(chattr) on the taget system.
This string should contain the attributes in the same order than they are displayed by I(lsattr).
- 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).
required: false
default: None
aliases: ['attr']