Merge pull request #799 from ObjectifLibre/fix-fetch-doc
fetch: fix the flat parameter description
This commit is contained in:
commit
d3bac944c7
1 changed files with 4 additions and 4 deletions
|
@ -45,10 +45,10 @@ options:
|
||||||
flat:
|
flat:
|
||||||
version_added: "1.2"
|
version_added: "1.2"
|
||||||
description:
|
description:
|
||||||
Allows you to override the default behavior of prepending hostname/path/to/file to
|
- Allows you to override the default behavior of prepending
|
||||||
the destination. If dest ends with '/', it will use the basename of the source
|
hostname/path/to/file to the destination. If dest ends with '/', it
|
||||||
file, similar to the copy module. Obviously this is only handy if the filenames
|
will use the basename of the source file, similar to the copy module.
|
||||||
are unique.
|
Obviously this is only handy if the filenames are unique.
|
||||||
requirements: []
|
requirements: []
|
||||||
author: Michael DeHaan
|
author: Michael DeHaan
|
||||||
'''
|
'''
|
||||||
|
|
Loading…
Reference in a new issue