From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23222 invoked by alias); 27 May 2009 10:20:32 -0000 Received: (qmail 23210 invoked by alias); 27 May 2009 10:20:32 -0000 X-SWARE-Spam-Status: No, hits=-1.6 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS X-Spam-Status: No, hits=-1.6 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS X-Spam-Check-By: sourceware.org X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on bastion2.fedora.phx.redhat.com Subject: cluster: STABLE3 - gfs2_tool: Fix help message To: cluster-cvs-relay@redhat.com X-Project: Cluster Project X-Git-Module: cluster.git X-Git-Refname: refs/heads/STABLE3 X-Git-Reftype: branch X-Git-Oldrev: 112984a41fd02ae4233ac7e7245d681d13557c87 X-Git-Newrev: 682d8b2ab1b6b4e8857ddd1b49da853b89e5b69c From: Steven Whitehouse Message-Id: <20090527101954.3FFB7120364@lists.fedorahosted.org> Date: Wed, 27 May 2009 10:20:00 -0000 X-Scanned-By: MIMEDefang 2.58 on 172.16.52.254 Mailing-List: contact cluster-cvs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: cluster-cvs-owner@sourceware.org X-SW-Source: 2009-q2/txt/msg00418.txt.bz2 Gitweb: http://git.fedorahosted.org/git/cluster.git?p=cluster.git;a=commitdiff;h=682d8b2ab1b6b4e8857ddd1b49da853b89e5b69c Commit: 682d8b2ab1b6b4e8857ddd1b49da853b89e5b69c Parent: 112984a41fd02ae4233ac7e7245d681d13557c87 Author: Steven Whitehouse AuthorDate: Tue May 26 10:44:59 2009 +0100 Committer: Steven Whitehouse CommitterDate: Wed May 27 10:08:09 2009 +0100 gfs2_tool: Fix help message Remove references to the removed subcommands from the help message. Signed-off-by: Steven Whitehouse --- gfs2/tool/main.c | 8 -------- 1 files changed, 0 insertions(+), 8 deletions(-) diff --git a/gfs2/tool/main.c b/gfs2/tool/main.c index 3b9340e..0d2b944 100644 --- a/gfs2/tool/main.c +++ b/gfs2/tool/main.c @@ -35,18 +35,12 @@ static const char *usage = { " gfs2_tool df \n" "Freeze a GFS2 cluster:\n" " gfs2_tool freeze \n" - "Print the current mount arguments of a mounted filesystem:\n" - " gfs2_tool getargs \n" "Get tuneable parameters for a filesystem\n" " gfs2_tool gettune \n" "List the file system's journals:\n" " gfs2_tool journals \n" - "List filesystems:\n" - " gfs2_tool list\n" "Have GFS2 dump its lock state:\n" " gfs2_tool lockdump [buffersize]\n" - "Provide arguments for next mount:\n" - " gfs2_tool margs \n" "Tune a GFS2 superblock\n" " gfs2_tool sb proto [newval]\n" " gfs2_tool sb table [newval]\n" @@ -57,8 +51,6 @@ static const char *usage = { " gfs2_tool setflag flag \n" "Tune a running filesystem\n" " gfs2_tool settune \n" - "Shrink a filesystem's inode cache:\n" - " gfs2_tool shrink \n" "Unfreeze a GFS2 cluster:\n" " gfs2_tool unfreeze \n" "Print tool version information\n"