diff options
author | Alan Conway <aconway@apache.org> | 2007-10-16 13:01:33 +0000 |
---|---|---|
committer | Alan Conway <aconway@apache.org> | 2007-10-16 13:01:33 +0000 |
commit | f9eda9ffceec63e0722735634d4ab54d32b853dd (patch) | |
tree | c4e1dead9abe4d26397c5291f59dc0c28f34ca21 /cpp/src/qpid/cluster/ClusterPlugin.cpp | |
parent | 73afb137deaa9489c5d7126dd11be8095cca3e7a (diff) | |
download | qpid-python-f9eda9ffceec63e0722735634d4ab54d32b853dd.tar.gz |
Edits to --help message and man page to improve readabiliity.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@585137 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/qpid/cluster/ClusterPlugin.cpp')
-rw-r--r-- | cpp/src/qpid/cluster/ClusterPlugin.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/qpid/cluster/ClusterPlugin.cpp b/cpp/src/qpid/cluster/ClusterPlugin.cpp index 4e95a42560..309fd6afd0 100644 --- a/cpp/src/qpid/cluster/ClusterPlugin.cpp +++ b/cpp/src/qpid/cluster/ClusterPlugin.cpp @@ -37,7 +37,7 @@ struct ClusterPlugin : public Plugin { ClusterOptions() : Options("Cluster Options") { addOptions() ("cluster", optValue(clusterName, "NAME"), - "Join the cluster named NAME"); + "Joins the cluster named NAME"); } }; |