mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-08-22 11:10:24 +00:00
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:
@@ -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) {
|
||||
|
Reference in New Issue
Block a user