summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Coca <bcoca@ansible.com>2015-02-17 08:07:07 -0500
committerBrian Coca <bcoca@ansible.com>2015-02-17 08:07:07 -0500
commitd3bac944c79879eed42063cef9bc1582bbe5bd52 (patch)
treed632574169efdfa48ea1bf915de3f72f223f32bb
parent706be79f8f44f342871be94c8aee7e556bf5b958 (diff)
parent6c1f40fea7d250ddd3f82cba28137b77ab258b62 (diff)
downloadansible-modules-core-d3bac944c79879eed42063cef9bc1582bbe5bd52.tar.gz
Merge pull request #799 from ObjectifLibre/fix-fetch-doc
fetch: fix the flat parameter description
-rw-r--r--files/fetch.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/files/fetch.py b/files/fetch.py
index fd631e6e..04bebd03 100644
--- a/files/fetch.py
+++ b/files/fetch.py
@@ -45,10 +45,10 @@ options:
flat:
version_added: "1.2"
description:
- Allows you to override the default behavior of prepending hostname/path/to/file to
- the destination. If dest ends with '/', it will use the basename of the source
- file, similar to the copy module. Obviously this is only handy if the filenames
- are unique.
+ - Allows you to override the default behavior of prepending
+ hostname/path/to/file to the destination. If dest ends with '/', it
+ will use the basename of the source file, similar to the copy module.
+ Obviously this is only handy if the filenames are unique.
requirements: []
author: Michael DeHaan
'''