mirror of
https://github.com/duncs/clusterssh.git
synced 2025-04-22 01:12:24 +00:00
Fix printing of correct version with '-v'
This commit is contained in:
parent
395a35e018
commit
72668c128f
1 changed files with 1 additions and 1 deletions
|
@ -281,7 +281,7 @@ sub getopts {
|
|||
}
|
||||
|
||||
if ( $options->{version} ) {
|
||||
print "Version: $VERSION\n";
|
||||
print 'Version: ', $self->parent->VERSION, $/;
|
||||
$self->exit;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue