From f0d7f88717b0842676862a9fe31145707242ae62 Mon Sep 17 00:00:00 2001 From: nott Date: Wed, 11 Aug 2010 15:35:00 +0000 Subject: [PATCH] fix chkosimage usage git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7050 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-server/lib/xcat/plugins/aixinstall.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT-server/lib/xcat/plugins/aixinstall.pm b/xCAT-server/lib/xcat/plugins/aixinstall.pm index 6610e429a..1382a8860 100644 --- a/xCAT-server/lib/xcat/plugins/aixinstall.pm +++ b/xCAT-server/lib/xcat/plugins/aixinstall.pm @@ -8782,7 +8782,7 @@ sub chkosimage_usage push @{$rsp->{data}}, " Usage: "; push @{$rsp->{data}}, "\tchkosimage [-h | --help]"; push @{$rsp->{data}}, "or"; - push @{$rsp->{data}}, "\tchkosimage [-V] image_name\n"; + push @{$rsp->{data}}, "\tchkosimage [-V] [-c|--clean] image_name\n"; xCAT::MsgUtils->message("I", $rsp, $callback); return 0; }