From 482febd6e062f38183402ba18c3aa5a118083c0f Mon Sep 17 00:00:00 2001 From: lissav Date: Fri, 25 May 2012 10:42:28 +0000 Subject: [PATCH] fix tabch -h git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/branches/2.7@12944 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-server/lib/xcat/plugins/tabutils.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xCAT-server/lib/xcat/plugins/tabutils.pm b/xCAT-server/lib/xcat/plugins/tabutils.pm index be0b9b592..60024466f 100644 --- a/xCAT-server/lib/xcat/plugins/tabutils.pm +++ b/xCAT-server/lib/xcat/plugins/tabutils.pm @@ -2034,8 +2034,8 @@ sub tabch { push @{$rsp{data}}, " that identifies the rows in a table to be changed."; push @{$rsp{data}}, " tablename.colname=newvalue "; push @{$rsp{data}}, " the new value for the specified row and column of the table."; - push @{$rsp{data}}, " tabprune [-h|--help]"; - push @{$rsp{data}}, " tabprune [-v|--version]"; + push @{$rsp{data}}, " tabch [-h|--help]"; + push @{$rsp{data}}, " tabch [-v|--version]"; if ($exitcode) { $rsp{errorcode} = $exitcode; } $callback->(\%rsp); };