Repository: activemq-artemis Updated Branches: refs/heads/master e29b3913a -> 3d8bb9c5c
NO-JIRA: fix typo Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo Commit: http://git-wip-us.apache.org/repos/asf/activemq-artemis/commit/3d8bb9c5 Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/3d8bb9c5 Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/3d8bb9c5 Branch: refs/heads/master Commit: 3d8bb9c5c96b7fd20800b2d9714030c18d07b06c Parents: e29b391 Author: Clebert Suconic <[email protected]> Authored: Fri Dec 16 10:40:54 2016 -0500 Committer: Clebert Suconic <[email protected]> Committed: Fri Dec 16 10:40:54 2016 -0500 ---------------------------------------------------------------------- .../apache/activemq/artemis/cli/commands/queue/QueueAbstract.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/3d8bb9c5/artemis-cli/src/main/java/org/apache/activemq/artemis/cli/commands/queue/QueueAbstract.java ---------------------------------------------------------------------- diff --git a/artemis-cli/src/main/java/org/apache/activemq/artemis/cli/commands/queue/QueueAbstract.java b/artemis-cli/src/main/java/org/apache/activemq/artemis/cli/commands/queue/QueueAbstract.java index 1e0da90..2194796 100644 --- a/artemis-cli/src/main/java/org/apache/activemq/artemis/cli/commands/queue/QueueAbstract.java +++ b/artemis-cli/src/main/java/org/apache/activemq/artemis/cli/commands/queue/QueueAbstract.java @@ -43,7 +43,7 @@ public class QueueAbstract extends AbstractAction { @Option(name = "--max-consumers", description = "Maximum number of consumers allowed on this queue at any one time (default no limit)") private Integer maxConsumers; - @Option(name = "--auto-create-ddress", description = "Auto create the address (if it doesn't exist) with default values") + @Option(name = "--auto-create-address", description = "Auto create the address (if it doesn't exist) with default values") private Boolean autoCreateAddress = false; @Option(name = "--anycast", description = "It will determine this queue as anycast")
