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 2019/08/02 17:26:30 UTC

[activemq-artemis] 02/03: ARTEMIS-2435 Renaming CLI parameter as --journal prefix

This is an automated email from the ASF dual-hosted git repository.

clebertsuconic pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/activemq-artemis.git

commit 9c5a2f42de45d398c6048f2ae3b25a87bc6f86df
Author: Clebert Suconic <cl...@apache.org>
AuthorDate: Thu Aug 1 16:13:50 2019 -0400

    ARTEMIS-2435 Renaming CLI parameter as --journal prefix
---
 .../src/main/java/org/apache/activemq/artemis/cli/commands/Create.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 99d4b13..6318d0b 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
@@ -266,7 +266,7 @@ public class Create extends InputAbstract {
    @Option(name = "--no-fsync", description = "Disable usage of fdatasync (channel.force(false) from java nio) on the journal")
    private boolean noJournalSync;
 
-   @Option(name = "--device-block-size", description = "The block size by the device, default at 4096.")
+   @Option(name = "--journal-device-block-size", description = "The block size by the device, default at 4096.")
    private int journalDeviceBlockSize = 4096;
 
    @Option(name = "--global-max-size", description = "Maximum amount of memory which message data may consume (Default: Undefined, half of the system's memory)")