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
commit3e71d604e6b0dd11c42e78e8d55f2b679119e0eb (patch)
treea3924a0e515f96aff390e9bd3dbbbb26e8c5ea8c /java
parentf5720e56cb7133d0b3eb81b19f6fb1e334d7485f (diff)
downloadqpid-python-3e71d604e6b0dd11c42e78e8d55f2b679119e0eb.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 =