net_put: Fix trivial documentation typo (#48035)

In commit 30688fecf3 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 05:33:29 +01:00 committed by Deepak Agrawal
parent 35809e99bc
commit c15656d652

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.