This commit is contained in:
Duncan Ferguson 2017-04-13 09:05:53 +01:00
parent d822ecd81d
commit 593b241e6a

View file

@ -399,7 +399,7 @@ sub _generate_pod {
output '=head1 ', $self->loc('NAME');
output "$Script - ", $self->loc("Cluster administration tool");
output '=head1 ', $self->loc('VERSION');
output $self->loc( "This documenation is for version: [_1]",
output $self->loc( "This documentation is for version: [_1]",
$self->parent->VERSION );
output '=head1 ', $self->loc('SYNOPSIS');