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 8c8857c0aa..54745a46fa 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 @@ -784,7 +784,7 @@ public class Create extends InputAbstract { " This will allow your system to keep 7 days of your data, up to 10G. Tweak it accordingly to your use case and capacity.\n\n" + " it is recommended to use a separate storage unit from the journal for performance considerations.\n\n" + " data/retention\n\n" + - " Or you can also create your broker using the argument on the journal-retention on the artemis create command -->\n\n"; + " You can also enable retention by using the argument journal-retention on the `artemis create` command -->\n\n"; } filters.put("${journal-retention}", retentionTag);