summaryrefslogtreecommitdiff
path: root/commands
diff options
context:
space:
mode:
authorMichael DeHaan <michael@ansible.com>2014-04-03 17:34:11 -0400
committerMichael DeHaan <michael@ansible.com>2014-04-03 17:34:33 -0400
commit6fbf707a48abfe031923d53753ddfcdb1dbe87af (patch)
treed621f93f6271ff4acb85cfa26c3f8dea895146e4 /commands
parent465b97be7e74c492c6870d9edd178fa6ead07076 (diff)
downloadansible-modules-core-6fbf707a48abfe031923d53753ddfcdb1dbe87af.tar.gz
Clarify free_form isn't a real option :)
Diffstat (limited to 'commands')
-rw-r--r--commands/command3
-rw-r--r--commands/shell3
2 files changed, 4 insertions, 2 deletions
diff --git a/commands/command b/commands/command
index b35501f1..f1a48922 100644
--- a/commands/command
+++ b/commands/command
@@ -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: []
diff --git a/commands/shell b/commands/shell
index 03299b96..639d4a14 100644
--- a/commands/shell
+++ b/commands/shell
@@ -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: