fix buildkit usage msgs
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@14321 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
88a57dffe5
commit
b2100e8d7f
@ -424,7 +424,10 @@ sub usage
|
||||
repositories
|
||||
buildtar - builds the Kit tarfile
|
||||
cleantar - deletes the Kit deployment directory and Kit
|
||||
tarfile \n";
|
||||
tarfile
|
||||
cleanall - equivalent to buildrepo cleanrepo all and
|
||||
buildrepo cleantar \n";
|
||||
|
||||
|
||||
}
|
||||
|
||||
@ -883,7 +886,7 @@ sub load_bldkitconf
|
||||
# read in the buildkit.conf file
|
||||
my $CF;
|
||||
unless ( open( $CF, "<", $bldkitconf ) ) {
|
||||
print "The Kit build file $bldkitconf does not exist. \n";
|
||||
print "The Kit build file $bldkitconf does not exist in the current directory. \n";
|
||||
return 1;
|
||||
}
|
||||
if ($::VERBOSE) {
|
||||
|
Loading…
Reference in New Issue
Block a user