Commit 77108679 by Michael DeHaan

Merge pull request #6308 from muffl0n/file_fix_documentation

Module "file": Fix link to "path" in documentation
parents acd64bf5 f62cc1e3
......@@ -52,7 +52,7 @@ options:
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(dest) does not exist, while an existing file or
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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment