fix invoke params app example

Project: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/repo
Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/commit/32368e45
Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/tree/32368e45
Diff: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/diff/32368e45

Branch: refs/heads/master
Commit: 32368e459a777211aa668636d345b7b3b2eee0a6
Parents: 92b86eb
Author: John McCabe <j...@johnmccabe.net>
Authored: Tue Mar 22 11:06:18 2016 +0000
Committer: John McCabe <j...@johnmccabe.net>
Committed: Tue Mar 22 11:06:18 2016 +0000

----------------------------------------------------------------------
 guide/ops/cli/cli-usage-guide.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/brooklyn-docs/blob/32368e45/guide/ops/cli/cli-usage-guide.md
----------------------------------------------------------------------
diff --git a/guide/ops/cli/cli-usage-guide.md b/guide/ops/cli/cli-usage-guide.md
index 16590cf..95a329c 100644
--- a/guide/ops/cli/cli-usage-guide.md
+++ b/guide/ops/cli/cli-usage-guide.md
@@ -258,13 +258,13 @@ $ br app WebCluster entity NginxController:CZ8Q effector 
update invoke
 Parameters can also be passed to the effector:
 
 {% highlight text %}
-$ br app WebCluster entity NginxController:CZ8Q effector restart invoke 
restartChildren=true
+$ br app WebCluster entity NginxController:CZ8Q effector restart invoke -P 
restartChildren=true
 {% endhighlight %}
 
 If a parameter value is complex or spans multiple lines, it may be provided in 
a file and used like this:
 
 {% highlight text %}
-$ br app WebCluster effector start invoke locations=@data.txt
+$ br app WebCluster effector start invoke -P locations=@data.txt
 {% endhighlight %}
 
 Shortcut commands are available for the 3 standard effectors of `start`, 
`restart` and `stop`.

Reply via email to