Clarify free_form isn't a real option :)
This commit is contained in:
parent
465b97be7e
commit
6fbf707a48
2 changed files with 4 additions and 2 deletions
|
@ -39,7 +39,8 @@ description:
|
|||
options:
|
||||
free_form:
|
||||
description:
|
||||
- the command module takes a free form command to run
|
||||
- the command module takes a free form command to run. There is no parameter actually named 'free form'.
|
||||
See the examples!
|
||||
required: true
|
||||
default: null
|
||||
aliases: []
|
||||
|
|
|
@ -14,7 +14,8 @@ version_added: "0.2"
|
|||
options:
|
||||
free_form:
|
||||
description:
|
||||
- The shell module takes a free form command to run
|
||||
- The shell module takes a free form command to run, as a string. There's not an actual
|
||||
option named "free form". See the examples!
|
||||
required: true
|
||||
default: null
|
||||
creates:
|
||||
|
|
Loading…
Reference in a new issue