From bbbf4785ae63ff35eb51a6cebe3aba0a1f68ac21 Mon Sep 17 00:00:00 2001 From: Robert Gemmell Date: Fri, 24 May 2013 11:33:07 +0000 Subject: QPID-4881: update docs/help to use quotes for the config property argument, as will be required when using the startup script on Windows git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1486017 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/java/broker/src/main/java/org/apache/qpid/server/Main.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'qpid/java/broker/src') diff --git a/qpid/java/broker/src/main/java/org/apache/qpid/server/Main.java b/qpid/java/broker/src/main/java/org/apache/qpid/server/Main.java index 3f6c3e7f78..20b73e965c 100644 --- a/qpid/java/broker/src/main/java/org/apache/qpid/server/Main.java +++ b/qpid/java/broker/src/main/java/org/apache/qpid/server/Main.java @@ -61,7 +61,7 @@ public class Main .withLongOpt("create-initial-config").create("cic"); private static final Option OPTION_CONFIGURATION_PROPERTY = OptionBuilder.withArgName("name=value").hasArg() - .withDescription("set a configuration property to use when resolving variables in the broker configuration store, with format 'name=value'") + .withDescription("set a configuration property to use when resolving variables in the broker configuration store, with format \"name=value\"") .withLongOpt("config-property").create("prop"); private static final Option OPTION_LOG_CONFIG_FILE = -- cgit v1.2.1