You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by cl...@apache.org on 2016/01/27 01:14:00 UTC

[2/2] activemq-artemis git commit: Update to current 'artemis help create' synopsis and extra console output when running 'artemis create'

Update to current 'artemis help create' synopsis and extra console output when running 'artemis create'


Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo
Commit: http://git-wip-us.apache.org/repos/asf/activemq-artemis/commit/2377e61e
Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/2377e61e
Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/2377e61e

Branch: refs/heads/master
Commit: 2377e61ef8484000a7338744569ba8c4bd397e17
Parents: 5ecfeca
Author: Paul Gallagher <pg...@redhat.com>
Authored: Tue Jan 26 13:55:49 2016 +0000
Committer: Clebert Suconic <cl...@apache.org>
Committed: Tue Jan 26 19:13:52 2016 -0500

----------------------------------------------------------------------
 .../src/main/resources/README.html              | 24 +++++++++++++-------
 1 file changed, 16 insertions(+), 8 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/2377e61e/artemis-distribution/src/main/resources/README.html
----------------------------------------------------------------------
diff --git a/artemis-distribution/src/main/resources/README.html b/artemis-distribution/src/main/resources/README.html
index 0b0953c..f0baa22 100644
--- a/artemis-distribution/src/main/resources/README.html
+++ b/artemis-distribution/src/main/resources/README.html
@@ -51,11 +51,13 @@ admin
 --password: is mandatory with this configuration:
 Please provide the default password:
 
+--role: is mandatory with this configuration:
+Please provide the default role:
+admin
 
---allow-anonymous: is mandatory with this configuration:
+--allow-anonymous | --require-login: is mandatory with this configuration:
 Allow anonymous access? (Y/N):
-y
-
+Y
 </PRE>
 
 For a full list of available options for the create process you may use:
@@ -66,11 +68,17 @@ NAME
         artemis create - creates a new broker instance
 
 SYNOPSIS
-        artemis create [--allow-anonymous] [--cluster-password &lt;clusterPassword&gt;] [--cluster-user &lt;clusterUser&gt;]
-                       [--clustered] [--data &lt;data&gt;] [--encoding &lt;encoding&gt;] [--force]
-                       [--home &lt;home&gt;] [--host &lt;host&gt;] [--java-options &lt;javaOptions&gt;]
-                       [--password &lt;password&gt;] [--port-offset &lt;portOffset&gt;] [--replicated]
-                       [--role &lt;role&gt;] [--shared-store] [--silent] [--user &lt;user&gt;] [--] &lt;directory&gt;
+        artemis create [--aio] [--allow-anonymous]
+                [--cluster-password &lt;clusterPassword&gt;] [--cluster-user &lt;clusterUser&gt;]
+                [--clustered] [--data &lt;data&gt;] [--disable-persistence]
+                [--encoding &lt;encoding&gt;] [--failover-on-shutdown] [--force]
+                [--home &lt;home&gt;] [--host &lt;host&gt;] [--java-options &lt;javaOptions&gt;]
+                [--max-hops &lt;maxHops&gt;] [--message-load-balancing &lt;messageLoadBalancing&gt;]
+                [--name &lt;name&gt;] [--nio] [--no-autotune] [--no-web]
+                [--password &lt;password&gt;] [--port-offset &lt;portOffset&gt;] [--queues &lt;queues&gt;]
+                [--replicated] [--require-login] [--role &lt;role&gt;] [--shared-store]
+                [--silent] [--slave] [--topics &lt;topics&gt;] [--user &lt;user&gt;] [--verbose]
+                [--] &lt;directory&gt;
      ...
 </PRE>