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 2015/07/13 20:08:39 UTC

[1/2] activemq-artemis git commit: Improve CLI create option descriptions

Repository: activemq-artemis
Updated Branches:
  refs/heads/master f1136a973 -> 5d95b8193


Improve CLI create option descriptions


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

Branch: refs/heads/master
Commit: 692bb473fc678b1fc90f13d2d04d6f17bb1103f8
Parents: f1136a9
Author: Ville Skyttä <vi...@iki.fi>
Authored: Mon Jul 13 19:32:49 2015 +0300
Committer: Ville Skyttä <vi...@iki.fi>
Committed: Mon Jul 13 19:32:49 2015 +0300

----------------------------------------------------------------------
 .../java/org/apache/activemq/artemis/cli/commands/Create.java  | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/692bb473/artemis-cli/src/main/java/org/apache/activemq/artemis/cli/commands/Create.java
----------------------------------------------------------------------
diff --git a/artemis-cli/src/main/java/org/apache/activemq/artemis/cli/commands/Create.java b/artemis-cli/src/main/java/org/apache/activemq/artemis/cli/commands/Create.java
index a3f1bad..ca7484c 100644
--- a/artemis-cli/src/main/java/org/apache/activemq/artemis/cli/commands/Create.java
+++ b/artemis-cli/src/main/java/org/apache/activemq/artemis/cli/commands/Create.java
@@ -98,7 +98,7 @@ public class Create extends InputAbstract
    @Option(name = "--home", description = "Directory where ActiveMQ Artemis is installed")
    File home;
 
-   @Option(name = "--data", description = "Directory where ActiveMQ Data is used. Path are relative to artemis.instance")
+   @Option(name = "--data", description = "Directory where ActiveMQ Data is used. Paths are relative to artemis.instance")
    String data = "./data";
 
    @Option(name = "--clustered", description = "Enable clustering")
@@ -128,10 +128,10 @@ public class Create extends InputAbstract
    @Option(name = "--java-options", description = "Extra java options to be passed to the profile")
    String javaOptions = "";
 
-   @Option(name = "--allow-anonymous", description = "Enables anonymous configuration on security (Default: input)")
+   @Option(name = "--allow-anonymous", description = "Enables anonymous configuration on security, opposite of --require-login (Default: input)")
    Boolean allowAnonymous = null;
 
-   @Option(name = "--require-login", description = "This will configure security to require user / password. Compliments --allow-anonymous")
+   @Option(name = "--require-login", description = "This will configure security to require user / password, opposite of --allow-anonymous")
    Boolean requireLogin = null;
 
    @Option(name = "--user", description = "The username (Default: input)")


[2/2] activemq-artemis git commit: This closes #75 CLI Options

Posted by cl...@apache.org.
This closes #75 CLI Options


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

Branch: refs/heads/master
Commit: 5d95b8193e0f5d9f6dfb9291273be7e90ce5e7b7
Parents: f1136a9 692bb47
Author: Clebert Suconic <cl...@apache.org>
Authored: Mon Jul 13 14:08:29 2015 -0400
Committer: Clebert Suconic <cl...@apache.org>
Committed: Mon Jul 13 14:08:29 2015 -0400

----------------------------------------------------------------------
 .../java/org/apache/activemq/artemis/cli/commands/Create.java  | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------