diff options
| author | Alan Conway <aconway@apache.org> | 2007-05-18 19:21:14 +0000 |
|---|---|---|
| committer | Alan Conway <aconway@apache.org> | 2007-05-18 19:21:14 +0000 |
| commit | 2652dd5c8e56c8b686853231c8161a69f91c7b27 (patch) | |
| tree | 10dd5c7601aa98f9a662a11b55a7d4d4d9c5f771 /cpp/src/qpidd.cpp | |
| parent | 8ee37ddc97165f275734cd8eba76059019345133 (diff) | |
| download | qpid-python-2652dd5c8e56c8b686853231c8161a69f91c7b27.tar.gz | |
* docs/api/Makefile.am: Adding html.timestamp to clean target.
* src/Makefile.am: Fixed -I for generated code.
* src/tests/Makefile.am: Fixed -I for generated code.
* src/qpidd.cpp: Typo in help message.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@539568 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/qpidd.cpp')
| -rw-r--r-- | cpp/src/qpidd.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/qpidd.cpp b/cpp/src/qpidd.cpp index 978f9afe4f..7b4c537d94 100644 --- a/cpp/src/qpidd.cpp +++ b/cpp/src/qpidd.cpp @@ -71,7 +71,7 @@ struct QpiddOptions : public Broker::Options po::options_description brokerOpts; Broker::Options::addTo(desc); desc.add_options() - ("config", optValue(config, "FILE"), "Configuation file") + ("config", optValue(config, "FILE"), "Configuration file") ("help,h", optValue(help), "Print help message") ("version,v", optValue(version), "Print version information"); } |
