diff --git a/perl-xCAT/xCAT/Schema.pm b/perl-xCAT/xCAT/Schema.pm index 170379de3..da9f9a1e5 100644 --- a/perl-xCAT/xCAT/Schema.pm +++ b/perl-xCAT/xCAT/Schema.pm @@ -1310,6 +1310,7 @@ kit => { descriptions => { kitname => 'The unique generated kit name, when kit is added to the cluster.', basename => 'The kit base name', + desc => 'The Kit description.', version => 'The kit version', ostype => 'The kit OS type. Linux or AIX.', isinternal => 'A flag to indicated if the Kit is internally used.', @@ -1326,7 +1327,7 @@ kitrepo => { descriptions => { kitreponame => 'The unique generated kit repo package name, when kit is added to the cluster.', kitname => 'The Kit name which this Kit Package Repository belongs to.', - osbasenames => 'The OS distro name which this repository is based on.', + osbasename => 'The OS distro name which this repository is based on.', osmajorversion => 'The OS distro major version which this repository is based on.', osminorversion => 'The OS distro minor version which this repository is based on. If this attribute is not set, it means that this repo applies to all minor versions.', osarch => 'The OS distro arch which this repository is based on.',