summaryrefslogtreecommitdiff
path: root/qpid/java/broker/src
diff options
context:
space:
mode:
authorRobert Gemmell <robbie@apache.org>2013-05-24 11:33:07 +0000
committerRobert Gemmell <robbie@apache.org>2013-05-24 11:33:07 +0000
commitbbbf4785ae63ff35eb51a6cebe3aba0a1f68ac21 (patch)
tree2c7e6c2de08e5c2fc77c4c4f3f0cafde24b975fb /qpid/java/broker/src
parent92bf4a15a0d145251b602bff1fd7eefc310371a7 (diff)
downloadqpid-python-bbbf4785ae63ff35eb51a6cebe3aba0a1f68ac21.tar.gz
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
Diffstat (limited to 'qpid/java/broker/src')
-rw-r--r--qpid/java/broker/src/main/java/org/apache/qpid/server/Main.java2
1 files changed, 1 insertions, 1 deletions
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 =