Update target parameter documentation

xz support was only added recently (2015-05-15), so referring to it
unqualified in the online documentation is confusing.
This commit is contained in:
wtanaka.com 2015-10-28 10:35:51 -10:00
parent 22c2789b72
commit 2dd7ac7a45

View file

@ -79,7 +79,7 @@ options:
target:
description:
- Location, on the remote host, of the dump file to read from or write to. Uncompressed SQL
files (C(.sql)) as well as bzip2 (C(.bz2)), gzip (C(.gz)) and xz compressed files are supported.
files (C(.sql)) as well as bzip2 (C(.bz2)), gzip (C(.gz)) and xz (Added in 2.0) compressed files are supported.
required: false
notes:
- Requires the MySQLdb Python package on the remote host. For Ubuntu, this