diff --git a/console/plugin.jelly b/console/plugin.jelly
index 69c43713..d6733397 100644
--- a/console/plugin.jelly
+++ b/console/plugin.jelly
@@ -37,9 +37,7 @@
${prop} = ${context.getVariable(prop)}
- ${goal}
- Setting property ${propertyPieces[0]} to ${propertyPieces[1]}
-
+
@@ -67,6 +65,12 @@
+
+ ${goal}
+ Setting property ${propertyPieces[0]} to ${propertyPieces[1]}
+
+
+
The following commands are available:
diff --git a/console/xdocs/changes.xml b/console/xdocs/changes.xml
index 7a7272c6..87f47a80 100644
--- a/console/xdocs/changes.xml
+++ b/console/xdocs/changes.xml
@@ -25,6 +25,7 @@
+ Split property setting into a separate goal console:set-properties to allow annotation of the properties
Removed the list command as it hasn't worked as expected since the early betas (goals are lazy loaded into the werkz project)
Add way to display a property value
Improve help