Repository: brooklyn-docs
Updated Branches:
  refs/heads/master 2d5193051 -> 9f04c11ef


fix invoke params examples


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

Branch: refs/heads/master
Commit: 92b86eb31d67b4e7d307b66957f60cfdd65baaaf
Parents: df024e3
Author: John McCabe <j...@johnmccabe.net>
Authored: Tue Mar 22 11:05:02 2016 +0000
Committer: John McCabe <j...@johnmccabe.net>
Committed: Tue Mar 22 11:05:02 2016 +0000

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


http://git-wip-us.apache.org/repos/asf/brooklyn-docs/blob/92b86eb3/guide/ops/cli/cli-ref-guide.md
----------------------------------------------------------------------
diff --git a/guide/ops/cli/cli-ref-guide.md b/guide/ops/cli/cli-ref-guide.md
index 772aa5e..1148f57 100644
--- a/guide/ops/cli/cli-ref-guide.md
+++ b/guide/ops/cli/cli-ref-guide.md
@@ -217,7 +217,7 @@ policy       pol
 - `br <app-scope> effector <EffectorID> invoke`  
   Invoke the effector without any parameters.
 
-- `br <app-scope> effector <EffectorID> invoke [<param>=<value> ...]`  
+- `br <app-scope> effector <EffectorID> invoke [-P <param>=<value> ...]`
   Invoke the effector with one of more parameters.
 
 - `br <entity-scope> effector`  
@@ -229,7 +229,7 @@ policy       pol
 - `br <entity-scope> effector <EffectorID> invoke`  
   Invoke the effector without any parameters.
 
-- `br <entity-scope> effector <EffectorID> invoke [<param>=<value> ...]`  
+- `br <entity-scope> effector <EffectorID> invoke [-P <param>=<value> ...]`
   Invoke the effector with one of more parameters.  
   If the parameter value is
   complex or multi-lined it may be provided in a file and referenced as:  

Reply via email to