diff options
| author | Robert Gemmell <robbie@apache.org> | 2013-05-24 11:33:07 +0000 |
|---|---|---|
| committer | Robert Gemmell <robbie@apache.org> | 2013-05-24 11:33:07 +0000 |
| commit | bbbf4785ae63ff35eb51a6cebe3aba0a1f68ac21 (patch) | |
| tree | 2c7e6c2de08e5c2fc77c4c4f3f0cafde24b975fb /qpid/doc/book/src/java-broker/Java-Broker-Getting-Started.xml | |
| parent | 92bf4a15a0d145251b602bff1fd7eefc310371a7 (diff) | |
| download | qpid-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/doc/book/src/java-broker/Java-Broker-Getting-Started.xml')
| -rw-r--r-- | qpid/doc/book/src/java-broker/Java-Broker-Getting-Started.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/qpid/doc/book/src/java-broker/Java-Broker-Getting-Started.xml b/qpid/doc/book/src/java-broker/Java-Broker-Getting-Started.xml index bb79baf358..d597cf1aeb 100644 --- a/qpid/doc/book/src/java-broker/Java-Broker-Getting-Started.xml +++ b/qpid/doc/book/src/java-broker/Java-Broker-Getting-Started.xml @@ -152,10 +152,10 @@ -os Overwrite the broker configuration store --overwrite-store with the current initial configuration - -prop <name=value> Set a configuration property to use when - --config-property <name=value> resolving variables in the broker + -prop "<name=value>" Set a configuration property to use when + --config-property "<name=value>" resolving variables in the broker configuration store, with format - 'name=value' + "name=value" -sp <path> Use given configuration store location --store-path <path> |
