fix chkosimage usage

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7050 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
nott 2010-08-11 15:35:00 +00:00
parent 3ae22b59d2
commit f0d7f88717

View File

@ -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;
}