From f9eda9ffceec63e0722735634d4ab54d32b853dd Mon Sep 17 00:00:00 2001 From: Alan Conway Date: Tue, 16 Oct 2007 13:01:33 +0000 Subject: 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 --- cpp/src/qpid/cluster/ClusterPlugin.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpp/src/qpid/cluster/ClusterPlugin.cpp') 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"); } }; -- cgit v1.2.1