summaryrefslogtreecommitdiff
path: root/java
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
commit9085ec3b6e7ab92e9472378257df83705a52d9fb (patch)
treea3924a0e515f96aff390e9bd3dbbbb26e8c5ea8c /java
parent3f5c0af52efb0de29de567dc00b041c871daba65 (diff)
downloadqpid-python-9085ec3b6e7ab92e9472378257df83705a52d9fb.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/qpid@1486017 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java')
-rw-r--r--java/broker/src/main/java/org/apache/qpid/server/Main.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/broker/src/main/java/org/apache/qpid/server/Main.java b/java/broker/src/main/java/org/apache/qpid/server/Main.java
index 3f6c3e7f78..20b73e965c 100644
--- a/java/broker/src/main/java/org/apache/qpid/server/Main.java
+++ b/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 =