This is an automated email from the ASF dual-hosted git repository.
clebertsuconic pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/artemis.git
The following commit(s) were added to refs/heads/main by this push:
new b86f147467 ARTEMIS-5862 Changing description on ./artemis properties
b86f147467 is described below
commit b86f1474677edd40d7bb84e0cf08af8f406fe679
Author: Clebert Suconic <[email protected]>
AuthorDate: Fri Jan 30 11:26:23 2026 -0500
ARTEMIS-5862 Changing description on ./artemis properties
---
.../activemq/artemis/cli/commands/tools/config/ExportProperties.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/artemis-cli/src/main/java/org/apache/activemq/artemis/cli/commands/tools/config/ExportProperties.java
b/artemis-cli/src/main/java/org/apache/activemq/artemis/cli/commands/tools/config/ExportProperties.java
index 96a94b409b..106222bb6d 100644
---
a/artemis-cli/src/main/java/org/apache/activemq/artemis/cli/commands/tools/config/ExportProperties.java
+++
b/artemis-cli/src/main/java/org/apache/activemq/artemis/cli/commands/tools/config/ExportProperties.java
@@ -28,7 +28,7 @@ import org.apache.activemq.artemis.cli.commands.Configurable;
import org.apache.activemq.artemis.core.config.impl.FileConfiguration;
import picocli.CommandLine;
[email protected](name = "properties", description = "Export the broker's
configuration as a properties file to be used with broker properties.")
[email protected](name = "properties", description = "Export the broker's
configuration as a properties file.")
public class ExportProperties extends Configurable {
@CommandLine.Option(names = "--output", description = "Output name for the
file.", defaultValue = "broker.properties")
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]