add line for version
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@2274 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
05295fba00
commit
3d4675fae6
@ -198,6 +198,7 @@ sub parse_args_xdsh
|
||||
if ($options{'version'})
|
||||
{
|
||||
my $version = xCAT::Utils->Version();
|
||||
$version .= "\n";
|
||||
xCAT::MsgUtils->message("I", $version);
|
||||
exit 0;
|
||||
}
|
||||
@ -283,6 +284,7 @@ sub parse_args_xdcp
|
||||
if ($options{'version'})
|
||||
{
|
||||
my $version = xCAT::Utils->Version();
|
||||
$version .= "\n";
|
||||
xCAT::MsgUtils->message("I", $version);
|
||||
exit 0;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user