change and force build

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@13575 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
lissav 2012-08-22 13:33:51 +00:00
parent 78dd04ac4a
commit 3c4d265607

View File

@ -94,7 +94,7 @@ if ($::VERSION)
{
my $version = xCAT::Utils->Version();
$version .= "\n";
xCAT::MsgUtils->message("N", $version);
xCAT::MsgUtils->message("I", $version);
exit 0;
}
if ($::FORCE)
@ -108,7 +108,7 @@ if ($::FORCE)
{
my $warning =
" The -f flag includes the function for the -i, -u, -k, -s, -c, -d flags. Do not combine with other flags.\n ";
xCAT::MsgUtils->message("N", $warning);
xCAT::MsgUtils->message("I", $warning);
exit 1;
}
}
@ -116,7 +116,7 @@ if (($::INITIALINSTALL) && ($::UPDATEINSTALL))
{
my $warning =
" The -i and -u flags may not be input to the command. Use one or the other. \n ";
xCAT::MsgUtils->message("N", $warning);
xCAT::MsgUtils->message("I", $warning);
exit 1;
}