Added the manpage of addkit -i|--inspection option.

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@15558 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
wanghuaz 2013-03-18 08:14:39 +00:00
parent eb3ccaa773
commit 2d6b18cfc9

View File

@ -6,6 +6,8 @@ B<addkit> - Install a kit on the xCAT management node
B<addkit> [-h|--help]
B<addkit> [-i|--inspection] <kitlist>
B<addkit> [-V|--verbose] [-p|--path <path>] <kitlist>
=head1 DESCRIPTION
@ -22,6 +24,10 @@ B<-V|--verbose>
Verbose mode.
B<-i|--inspection>
Show the summary of the given kits
B<-p|--path <path>>
The destination directory to which the contents of the kit tarfiles and/or kit deploy dirs will be copied. When this option is not specified, the default destination directory will be formed from the installdir site attribute with ./kits subdirectory.
@ -62,6 +68,16 @@ Output is similar to:
Kit /kit/kit-test1.tar.bz2 was successfully added.
4. To read the general infomration of the kit, without adding the kits to xCAT DB
addkit -i kit-test1.tar.bz2
Output is similar to:
kitname=xlc-12.1.0.0-Linux
description=XLC12 for Linux
version=12.1.0.0
ostype=Linux
=head1 SEE ALSO