diff options
author | Carl C. Trieloff <cctrieloff@apache.org> | 2007-10-19 13:20:40 +0000 |
---|---|---|
committer | Carl C. Trieloff <cctrieloff@apache.org> | 2007-10-19 13:20:40 +0000 |
commit | 82b63bf62dd63797b71a329038ae443bfeb2474c (patch) | |
tree | e6a54adbcf989eb21314409508b42fd08feba8a7 | |
parent | d8a234b564baea527e80bd6bf1868cd1bb9d88b6 (diff) | |
download | qpid-python-82b63bf62dd63797b71a329038ae443bfeb2474c.tar.gz |
Fixed typo in message
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@586427 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | cpp/src/qpid/broker/Broker.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/qpid/broker/Broker.cpp b/cpp/src/qpid/broker/Broker.cpp index f21109f818..84c5703a16 100644 --- a/cpp/src/qpid/broker/Broker.cpp +++ b/cpp/src/qpid/broker/Broker.cpp @@ -76,7 +76,7 @@ Broker::Options::Options(const std::string& name) : "Stages messages over N bytes to disk") ("store,s", optValue(store,"LIBNAME"), "Tells the broker to use the message store shared library LIBNAME for persistence") - ("store-diretcory", optValue(storeDir,"DIR"), + ("store-directory", optValue(storeDir,"DIR"), "Store directory location for persistence.") ("store-async", optValue(storeAsync,"yes|no"), "Use async persistence storage - if store supports it, enable AIO 0-DIRECT."); |