mirror of
https://github.com/duncs/clusterssh.git
synced 2025-07-03 18:03:23 +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} ) {
|
if ( $options->{version} ) {
|
||||||
print "Version: $VERSION\n";
|
print 'Version: ', $self->parent->VERSION, $/;
|
||||||
$self->exit;
|
$self->exit;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue