mirror of
https://github.com/duncs/clusterssh.git
synced 2025-04-21 00:59:07 +00:00
Include the version number in the man page
This commit is contained in:
parent
b49a83f9da
commit
a3373813db
3 changed files with 591 additions and 551 deletions
1
Changes
1
Changes
|
@ -1,5 +1,6 @@
|
|||
4.10_02 0000-00-00 Duncan Ferguson <duncan_ferguson@user.sf.net>
|
||||
- Include coverage tests in the resources
|
||||
- Include the version of cssh in the utility documentation and README
|
||||
|
||||
4.10_01 2017-04-12 Duncan Ferguson <duncan_ferguson@user.sf.net>
|
||||
- Allow 'include' directives when reading SSH configuration files (Github issue #77) (thanks to Azenet)
|
||||
|
|
|
@ -398,6 +398,8 @@ sub _generate_pod {
|
|||
output $/ , "=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]", $self->parent->VERSION);
|
||||
output '=head1 ', $self->loc('SYNOPSIS');
|
||||
|
||||
# build the synopsis
|
||||
|
|
Loading…
Add table
Reference in a new issue