net_put: Fix trivial documentation typo

In commit 30688fe the template value of the mode parameter was
renamed to text. Change another mention of this parameter.
This commit is contained in:
Paul Neumann 2018-11-05 17:25:47 +01:00 committed by Toshio Kuratomi
parent bb2281c3e2
commit f3d47e918b

View file

@ -44,7 +44,7 @@ options:
required: no
mode:
description:
- Set the file transfer mode. If mode is set to I(template) then I(src)
- Set the file transfer mode. If mode is set to I(text) then I(src)
file will go through Jinja2 template engine to replace any vars if
present in the src file. If mode is set to I(binary) then file will be
copied as it is to destination device.