From 41e1351fcad87624eaf9fa775a2b435f588562b5 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sat, 10 Jul 1999 08:44:49 +0000 Subject: Import version 1.012. --- man/help2man | 51 +++++++++++++++++++++++++++++++++------------------ 1 file changed, 33 insertions(+), 18 deletions(-) (limited to 'man') diff --git a/man/help2man b/man/help2man index fde8e53fd..08695dad1 100755 --- a/man/help2man +++ b/man/help2man @@ -26,7 +26,7 @@ use Text::Tabs qw(expand); use POSIX qw(strftime setlocale LC_TIME); my $this_program = 'help2man'; -my $this_version = '1.011'; +my $this_version = '1.012'; my $version_info = < \$opt_name, - 'include=s' => \$include, - 'opt-include=s' => \$opt_include, - 'output=s' => \$opt_output, - 'no-info' => \$opt_no_info, - help => sub { print $help_info; exit }, - version => sub { print $version_info; exit }, + 'n|name=s' => \$opt_name, + 's|section=s' => \$section, + 'i|include=s' => \$include, + 'I|opt-include=s' => \$opt_include, + 'o|output=s' => \$opt_output, + 'N|no-info' => \$opt_no_info, + help => sub { print $help_info; exit }, + version => sub { print $version_info; exit }, ) or die $help_info; die $help_info unless @ARGV == 1; @@ -198,11 +202,12 @@ my $PROGRAM = uc $program; # Header. print <