mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-06-20 21:20:36 +00:00
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:
@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user