From 82b63bf62dd63797b71a329038ae443bfeb2474c Mon Sep 17 00:00:00 2001 From: "Carl C. Trieloff" Date: Fri, 19 Oct 2007 13:20:40 +0000 Subject: Fixed typo in message git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@586427 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/src/qpid/broker/Broker.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpp/src') 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."); -- cgit v1.2.1