Merge pull request #922 from jbowes/fix-files-state-formatting

Fix C() formatting typo in file module
This commit is contained in:
Brian Coca 2015-03-11 09:14:25 -04:00
commit cf8098788c

View file

@ -57,7 +57,7 @@ options:
or M(template) module if you want that behavior. If C(link), the symbolic
link will be created or changed. Use C(hard) for hardlinks. If C(absent),
directories will be recursively deleted, and files or symlinks will be unlinked.
If C(touch) (new in 1.4), an empty file will be created if the c(path) does not
If C(touch) (new in 1.4), an empty file will be created if the C(path) does not
exist, while an existing file or directory will receive updated file access and
modification times (similar to the way `touch` works from the command line).
required: false