Fix link in documentation

c(dest) -> c(path)
This commit is contained in:
Sven Schliesing 2014-03-06 13:16:29 +01:00
parent b5e487f2d9
commit f62cc1e351

View file

@ -52,7 +52,7 @@ options:
If C(link), the symbolic link will be created or changed. Use C(hard) If C(link), the symbolic link will be created or changed. Use C(hard)
for hardlinks. If C(absent), directories will be recursively deleted, 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 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 directory will receive updated file access and modification times (similar
to the way `touch` works from the command line). to the way `touch` works from the command line).
required: false required: false