From mboxrd@z Thu Jan 1 00:00:00 1970 From: pcaulfield@sourceware.org Date: 19 Feb 2007 14:04:37 -0000 Subject: [Cluster-devel] cluster/cman/cman_tool main.c Message-ID: <20070219140437.11091.qmail@sourceware.org> List-Id: To: cluster-devel.redhat.com MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit CVSROOT: /cvs/cluster Module name: cluster Changes by: pcaulfield at sourceware.org 2007-02-19 14:04:36 Modified files: cman/cman_tool : main.c Log message: Add -c clustername to help output. Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/cman/cman_tool/main.c.diff?cvsroot=cluster&r1=1.51&r2=1.52 --- cluster/cman/cman_tool/main.c 2006/11/03 15:07:51 1.51 +++ cluster/cman/cman_tool/main.c 2007/02/19 14:04:36 1.52 @@ -56,6 +56,7 @@ printf(" -e Number of expected votes for the cluster\n"); printf(" -p UDP port number for cman communications\n"); printf(" -n The name of this node (defaults to hostname)\n"); + printf(" -c The name of the cluster to join\n"); printf(" -N Node id\n"); printf(" -w Wait until node has joined a cluster\n"); printf(" -q Wait until the cluster is quorate\n");